Skip to content

Commit

Permalink
timeout extension
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Brugarolas <abrugaro@redhat.com>
  • Loading branch information
abrugaro committed Oct 13, 2023
1 parent b016006 commit 2b8ba59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ export class MigrationWave {
cy.contains(instance).click();

cy.get(MigrationWaveView.projectSelectToggle).click();
cy.contains(project).click({ timeout: 10 * SEC, force: true });
cy.contains(project, { timeout: 10 * SEC }).click({ timeout: 10 * SEC, force: true });

cy.get(MigrationWaveView.issueTypeSelectToggle).click();
cy.contains(issueType).click({ timeout: 10 * SEC, force: true });
cy.contains(issueType, { timeout: 10 * SEC }).click({ timeout: 10 * SEC, force: true });

cy.get(submitButton).click();
}
Expand Down

0 comments on commit 2b8ba59

Please sign in to comment.