mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-27 18:24:58 +00:00
Updated the cancel request test case
This commit is contained in:
parent
49523f34cb
commit
c9443b29bf
@ -791,6 +791,10 @@ describe.only('Initiate a Request - Without Files', () => {
|
||||
.contains(/^Cancel Request$/)
|
||||
.click();
|
||||
|
||||
cy.get('button')
|
||||
.contains(/^Return to Home$/)
|
||||
.click();
|
||||
|
||||
cy.contains('Started by me', { timeout: 60000 });
|
||||
cy.logout();
|
||||
|
||||
@ -1399,7 +1403,7 @@ describe('Initiate a Request - With Files', () => {
|
||||
.contains(/^Close$/)
|
||||
.click();
|
||||
|
||||
cy.wait(3000);
|
||||
cy.wait(3000);
|
||||
|
||||
// cy.get('button')
|
||||
// .contains(/^Return to Home$/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user