Skip to content

Commit

Permalink
Tests should be working now
Browse files Browse the repository at this point in the history
  • Loading branch information
JmScherer committed Sep 25, 2023
1 parent 6f914b1 commit d2c814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/e2e/rosalution_analysis.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('As a Clinical Analyst using Rosalution for analysis', () => {
.find('.case-name').click();
});

it.skip('should allow the user to navigate the analysis via the logo, header, and section anchor links', () => {
it('should allow the user to navigate the analysis via the logo, header, and section anchor links', () => {

const anchorLinks = [
'Brief', 'Clinical History', 'Pedigree', 'Supporting Evidence', 'VMA21_Gene%20To%20Phenotype',
Expand Down

0 comments on commit d2c814b

Please sign in to comment.