Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored and corneliusroemer committed Sep 20, 2024
1 parent ad7843b commit f97f152
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.getByText('Select a protein');
this.geneDropdown = this.page.locator('text=Select a protein').locator('..').locator('select');
this.allVersions = this.page.getByRole('link', {
name: `All versions`,
});
Expand Down

0 comments on commit f97f152

Please sign in to comment.