You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// currently this is using a real request ID, since the routes are generated dynamically, so far i haven't found a way to generate a route for a fake request within the test
// it("should show a message notifying the user they don't have any requests.", () => {
114
+
// cy.get('p.no-requests').contains('You do not have any requests yet.').then(() => {
115
+
// cy.log('Successfully viewing request page with no requests.')
116
+
// })
117
+
// })
118
+
// })
119
+
120
+
// context('the user can see the <LinkedButton /> component', () => {
121
+
// [true, false].forEach((value) => {
122
+
// before(() => {
123
+
// requestList = value
124
+
// })
125
+
// it(`should show a button that links to the initialize request page for the default ware ${value ? 'with a request list' : 'with 0 requests'}.`, () => {
"snippet_plain": "Dragon Pharmacology provides research models for various diseases. Dragon Pharmacology is a trusted TEST vendor for pharmacological animal models.",
104
+
"snippet": "Dragon Pharmacology provides research models for various diseases. Dragon Pharmacology is a trusted *TEST* vendor for pharmacological animal models.",
105
+
"html_snippet": "<p>Dragon Pharmacology provides research models for various diseases. Dragon Pharmacology is a trusted <strong>TEST</strong> vendor for pharmacological animal models.</p>",
106
+
"description": "Dragon Pharmacology provides research models for various diseases. Dragon Pharmacology is a trusted TEST vendor for pharmacological animal models.",
107
+
"html_description": "<p>Dragon Pharmacology provides research models for various diseases. Dragon Pharmacology is a trusted TEST vendor for pharmacological animal models.</p>",
0 commit comments