Skip to content

Commit 4644cfe

Browse files
Add wait statements
1 parent 4588adc commit 4644cfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/ui/Overview/reports.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,11 @@ describe('Overview > Reports Tests', () => {
337337
cy.get('#form_filter_div > .form-horizontal > :nth-child(1) > .col-md-8 > .btn-group > .btn').click({ force: true });
338338
cy.get('#form_filter_div > .form-horizontal > :nth-child(1) > .col-md-8 > .btn-group > .open > .dropdown-menu > [data-original-index="1"] > a').then((option) => {
339339
cy.get(option).click({ force: true }).then(() => {
340+
cy.wait(5000);
340341
cy.get('#form_filter_div > .form-horizontal > :nth-child(2) > .col-md-8 > .btn-group > .btn').click({ force: true });
341342
cy.get('#form_filter_div > .form-horizontal > :nth-child(2) > .col-md-8 > .btn-group > .open > .dropdown-menu > [data-original-index="1"] > a').then((option) => {
342343
cy.get(option).click({ force: true }).then(() => {
344+
cy.wait(5000);
343345
cy.get(':nth-child(3) > .col-md-8 > .btn-group > .btn').click({ force: true });
344346
cy.get(':nth-child(3) > .col-md-8 > .btn-group > .open > .dropdown-menu > [data-original-index="1"] > a').then((option) => {
345347
cy.get(option).click({ force: true });

0 commit comments

Comments
 (0)