Skip to content

Commit

Permalink
Urgent - System Test Fix to resolve inconsistency previously resolved…
Browse files Browse the repository at this point in the history
… from another urgent fix

Signed-off-by: Angelina Uno-Antonison <[email protected]>
  • Loading branch information
SeriousHorncat authored Oct 10, 2023
1 parent c164d0c commit afdfbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/e2e/case_annotation_section_anchors.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('case_annotation_display_transcripts.cy.js', () => {
const anchorLinks = ['Gene', 'Variant', 'Chromosomal Localization', 'Secondary Structure', 'Causal Variant',
'Variant Publications', 'Gene Homology', 'Human Gene Expression', 'Human Gene versus Protein Expression',
'Expression Profiles', 'Orthology', 'Rattus norvegicus Model System', 'Mus musculus Model System',
'Danio rerio Model System', 'C Elegens Model System', 'Modelability', 'Druggability'];
'Danio rerio Model System', 'C elegans Model System', 'Modelability', 'Druggability'];
const expectedSidebarLinks = [...anchorLinks];

cy.get('.sidebar').find('a').each(($el) => {
Expand Down

0 comments on commit afdfbca

Please sign in to comment.