Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Nov 26, 2020
1 parent a56f1dc commit d22b2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/qbOutputFormat.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Query Builder - output format', function () {
it('should load the page', function () {
cy.visit('/querybuilder/output-format');
cy.get('[data-cy=covid-banner-close-btn]').click();
cy.get(':nth-child(3) > #navlink').click();
cy.get(':nth-child(3) > #Output_Format').click();
});

it('should show the correct text', function () {
Expand Down

0 comments on commit d22b2f2

Please sign in to comment.