Skip to content

Commit

Permalink
[RFR] [JF] Fix minor issues (#742)
Browse files Browse the repository at this point in the history
* update jira project id

Signed-off-by: Alejandro Brugarolas <[email protected]>

* timeout extension

Signed-off-by: Alejandro Brugarolas <[email protected]>

---------

Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro authored Oct 13, 2023
1 parent ac6d16c commit 5683cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
jira_atlassian_cloud_token: "",
jira_atlassian_cloud_url: "",
jira_atlassian_cloud_project: "Test",
jira_stage_datacenter_project_id: 12339124,
jira_stage_datacenter_project_id: 12340621,
tackleUrl: "https://tackle-konveyor-tackle.apps.mtv03.rhos-psi.cnv-qe.rhood.us",
rwx_enabled: true,
},
Expand Down
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 5683cd9

Please sign in to comment.