Skip to content

Commit 8b61b9d

Browse files
committed
test(basic-happy-path): add 30 sec wait before merge PR
Add 30 sec wait before calling APIHelper.mergePR(). Assisted-by: Cursor
1 parent 6679106 commit 8b61b9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e-tests/tests/basic-happy-path.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ describe('Basic Happy Path', () => {
9999
ComponentsTabPage.openComponent(componentName);
100100
componentPage.clickMergePullRequest();
101101

102+
// add waiting time to prevent https://issues.redhat.com/browse/KFLUXUI-796
103+
cy.wait(30000);
104+
102105
APIHelper.mergePR(
103106
repoOwner,
104107
repoName,

0 commit comments

Comments
 (0)