Skip to content

Commit

Permalink
remove second test of title
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jan 8, 2024
1 parent 4fb6341 commit 3f21f79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/tests/pages/search/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { baseUrl, dummyOrganism, expect, test, testSequenceEntry } from '../../e
test.describe('The search page', () => {
test('should show the search form with button and a table', async ({ searchPage }) => {
await searchPage.goto();
await expect(searchPage.page).toHaveTitle('Search');
await expect(searchPage.searchButton).toBeVisible();
await expect(searchPage.table).toBeVisible();
});
Expand Down

0 comments on commit 3f21f79

Please sign in to comment.