Skip to content

Commit

Permalink
fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Kocjan authored and Oskar Kocjan committed Aug 31, 2022
1 parent ce33e39 commit 28ad0da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ describe('<AcknowledgmentsPage />', function () {
response: 'fixture:acknowledgment_data.json',
delay: 3000,
}).as('fetchSources');

cy.visit('/data-acknowledgments');
cy.contains(/Data Acknowledgments/i);
//tmp solution
cy.visit('/data-acknowledgments');

cy.get('[data-cy="loader"]').should('be.visible');
cy.wait('@fetchSources');
Expand Down

0 comments on commit 28ad0da

Please sign in to comment.