Skip to content

Commit

Permalink
Fixed frontend unit test with AnalysisView
Browse files Browse the repository at this point in the history
  • Loading branch information
JmScherer committed Nov 15, 2023
1 parent f093e61 commit b668711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/views/AnalysisView.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('AnalysisView', () => {
it('provides the expected headings of sections to be used as anchors', () => {
const headerComponent = wrapper.get('[data-test="analysis-view-header"]');
expect(headerComponent.attributes('sectionanchors')).to.equal(
'Brief,Medical Summary,Mus musculus (Mouse) Model System,Pedigree,Case Information,Supporting Evidence',
'Brief,Medical Summary,Mus musculus (Mouse) Model System,Pedigree,Case Information,Discussion,Supporting Evidence',

Check failure on line 163 in frontend/test/views/AnalysisView.spec.js

View workflow job for this annotation

GitHub Actions / nodejs-ci (20.8)

This line has a length of 125. Maximum allowed is 120
);
});

Expand Down

0 comments on commit b668711

Please sign in to comment.