Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Sep 19, 2024
1 parent 870de0f commit 6687f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/tests/pages/sequences/sequences.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class SequencePage {
constructor(public readonly page: Page) {
this.loadButton = this.page.getByRole('button', { name: 'Load sequences' });
this.specificProteinTab = this.page.getByRole('button', { name: 'Amino acid sequences' });
this.geneDropdown = this.page.getByRole('combobox', { name: 'Select a protein' });
this.geneDropdown = this.page.getByText("Select a protein")
this.allVersions = this.page.getByRole('link', {
name: `All versions`,
});
Expand Down

0 comments on commit 6687f0a

Please sign in to comment.