Skip to content

Commit

Permalink
Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Nov 2, 2024
1 parent 02cd74f commit 0f3a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/routes/explorer/facets/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test.describe('Facet Side Bar', () => {

await expect(facetSideBar).toBeVisible();
await expect(errorAlert).toBeVisible();
await expect(errorAlert).toHaveText('An error occured while retrieving facets.');
await expect(errorAlert).toHaveText('Something went wrong loading your search options. Please wait a moment, refresh the page, and try again.');
});
test('Facet Side Bar showes all categories', async ({ page }) => {
// Given
Expand Down

0 comments on commit 0f3a5ab

Please sign in to comment.