bump timeout and use new process name
This commit is contained in:
parent
7a566d2314
commit
cad1cf62a7
|
@ -32,7 +32,7 @@ if (process.env.SPIFFWORKFLOW_FRONTEND_URL) {
|
|||
|
||||
const cypressConfig = {
|
||||
projectId: 'crax1q',
|
||||
defaultCommandTimeout: 10000,
|
||||
defaultCommandTimeout: 20000,
|
||||
videoUploadOnPasses: false,
|
||||
chromeWebSecurity: false,
|
||||
e2e: {
|
||||
|
|
|
@ -39,7 +39,7 @@ describe('pp1', () => {
|
|||
cy.login('core-a1.contributor', 'core-a1.contributor');
|
||||
cy.visit('/');
|
||||
cy.contains('Start New +').click();
|
||||
cy.contains('New Demand Request - Procurement').click();
|
||||
cy.contains('Request Goods/Services').click();
|
||||
cy.runPrimaryBpmnFile(true);
|
||||
|
||||
cy.url().then((currentUrl) => {
|
||||
|
|
Loading…
Reference in New Issue