bump timeout and use new process name

This commit is contained in:
burnettk 2023-04-13 12:38:55 -04:00
parent 7a566d2314
commit cad1cf62a7
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if (process.env.SPIFFWORKFLOW_FRONTEND_URL) {
const cypressConfig = {
projectId: 'crax1q',
defaultCommandTimeout: 10000,
defaultCommandTimeout: 20000,
videoUploadOnPasses: false,
chromeWebSecurity: false,
e2e: {

View File

@ -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) => {