Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 committed Apr 5, 2024
1 parent caf3069 commit ed1f446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-framework/e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ describe('workspace-project App', () => {
button.click();

const result = page.getEle('div section#ontologymetadata span.anything');
expect(result.getText()).toEqual('5 ontologies');
expect(result.getText()).toEqual('4 ontologies');

});

Expand Down

0 comments on commit ed1f446

Please sign in to comment.