Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Sep 19, 2024
1 parent 1bb4379 commit 870de0f
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 @@ -17,7 +17,7 @@ export class SequencePage {

constructor(public readonly page: Page) {
this.loadButton = this.page.getByRole('button', { name: 'Load sequences' });
this.specificProteinTab = this.page.getByRole('tab', { name: 'Amino acid sequences' });
this.specificProteinTab = this.page.getByRole('button', { name: 'Amino acid sequences' });
this.geneDropdown = this.page.getByRole('combobox', { name: 'Select a protein' });
this.allVersions = this.page.getByRole('link', {
name: `All versions`,
Expand Down

0 comments on commit 870de0f

Please sign in to comment.