Skip to content

Commit

Permalink
Test/forms 1371-Adding status to submission (#1491)
Browse files Browse the repository at this point in the history
* #FORMS-974

* #974 updates

* #980 modification to cypress config

* FORMS-980

* #992

* #992 Fix cypress scripts

* #1011 Form design page

* #1011 test scripts

* #1023 cypress scripts

* #1023 advanced data components

* #1023 Updated scripts

* #1023 updation

* Updated json file

* Test/forms (#1011)(#1023) (#1307)

* #FORMS-974

* #974 updates

* #980 modification to cypress config

* FORMS-980

* #992

* #992 Fix cypress scripts

* #1011 Form design page

* #1011 test scripts

* #1023 cypress scripts

* #1023 advanced data components

* #1023 Updated scripts

* #1023 updation

* Updated json file

* #1059 workflow file for cypress

* #1059 updated the base url

* #1059 updated workflow

* Updated node version

* updated

* updated

* Updation

* updated file

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* updated package file

* Update cypress-ci.yaml

* Updated config file

* Update cypress-ci.yaml

* #1059 updated package

* #1060 scripts for Advanced fields and BC Gov components

* Fixing review comments

* Updated changes

* # Updated with PR comments

* updated

* Update form-design-basicfields.cy.js

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Modifies test scripts

* Updated files

* Fixed errors during CI/CD Run

* Updated browser type

* Updated Simple BC address component

* Updated

* Fields updated

* Test script changed

* Updated

* Updated fields

* Updated env variable

* Update form-design-basicfields.cy.js

* Updated

* Update cypress-ci.yaml

* Updated email input

* screenshots

* Updated path

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Updated version on workflow

* Fix to failed tests

* Fix to BC address component

* Updated the  component

* Changed button element

* Fixed BC components

* Modified submission

* Modified components

* Updated attribute

* Updated

* Changed simpleBC address component

* Update package.json

* Update package-lock.json

* Test scripts

* Updated

* Pushed the changes

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Env change

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Update cypress-ci.yaml

* Updated

* Updated to take default env variable

* Updated with current workflow

* updated

* Formatted

* Update cypress.config.js

* updated

* Test scripts for updating submission data

* Scripts for adding notes

* Added scripts for logout after each run

* Adding statuses to submission

* Fixed alert message for subscription settings

* Fixing CI/CD running issues

* Fixed issues on schedule date verification

* #1371 Updated the scripts according to the changes with revising status

* Updated wait time as per review comments

---------

Co-authored-by: jasonchung1871 <101672465+jasonchung1871@users.noreply.github.com>
  • Loading branch information
nimya-aot and jasonchung1871 authored Sep 26, 2024
1 parent 67d7aae commit 072d93e
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ describe('Form Designer', () => {
cy.waitForLoad();
cy.get('.mdi-delete').click();
cy.get('[data-test="continue-btn-continue"]').click();
cy.get('#logoutButton > .v-btn__content > span').click();

})

Expand Down
24 changes: 12 additions & 12 deletions tests/functional/cypress/e2e/form-design-basicfields.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,32 +226,34 @@ describe('Form Designer', () => {
cy.waitForLoad();
cy.get('[data-cy="settingsRouterLink"]').click();
cy.get('a > .v-btn > .v-btn__content > .mdi-pencil').click();
cy.waitForLoad();
cy.waitForLoad();
cy.wait(4000);

//Adding another component

cy.get('button').contains('Basic Fields').click();
cy.get('button').contains('Basic Fields').click();
cy.get('div.formio-builder-form').then($el => {
const coords = $el[0].getBoundingClientRect();
cy.get('span.btn').contains('Text Field')
cy.get('span.btn').contains('Checkbox')

.trigger('mousedown', { which: 1}, { force: true })
.trigger('mousemove', coords.x, -50, { force: true })
.trigger('mouseup', { force: true });

cy.get('button').contains('Save').click();
});
//cy.get('[ref=removeComponent]').then($el => {

// const rem=$el[11];
//rem.click();
cy.wait(4000);
//Remove a component
cy.get('[ref=removeComponent]').then($el => {

const rem=$el[11];
rem.click();

//});

cy.waitForLoad();
cy.waitForLoad();
});

cy.wait(4000);
cy.get('[data-cy=saveButton]').click();
cy.waitForLoad();

Expand Down Expand Up @@ -287,9 +289,7 @@ describe('Form Designer', () => {

//Delete form after test run
cy.visit(`/${depEnv}/form/design?d=${arrayValues[0]}&f=${dval[0]}`);
cy.waitForLoad();
cy.waitForLoad();

cy.wait(4000);
cy.get('[data-cy="settingsRouterLink"] > .v-btn').click();
cy.waitForLoad();
cy.get('[data-test="canRemoveForm"]').click();
Expand Down
4 changes: 2 additions & 2 deletions tests/functional/cypress/e2e/form-edit-submission-data.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ describe('Form Designer', () => {
cy.waitForLoad();
cy.waitForLoad();
cy.get('div.formio-builder-form').then($el => {
const coords2 = $el[0].getBoundingClientRect();
cy.get('span.btn').contains('Checkbox')
const coords2 = $el[0].getBoundingClientRect();
cy.get('span.btn').contains('Checkbox')

.trigger('mousedown', { which: 1}, { force: true })
.trigger('mousemove', coords2.x, -50, { force: true })
Expand Down
9 changes: 4 additions & 5 deletions tests/functional/cypress/e2e/form-manage-form.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ describe('Form Designer', () => {

});
cy.get(':nth-child(4) > .v-input > .v-input__control > .v-field').click();
cy.waitForLoad();
cy.waitForLoad();
cy.waitForLoad();
cy.wait(4000);
cy.contains('days').click();
//Repeat period
cy.contains('Repeat period').click();
Expand Down Expand Up @@ -171,7 +169,8 @@ describe('Form Designer', () => {
cy.get(rem).contains('2026-06-17').should('be.visible');
});
cy.contains('SEND Reminder email').click();
cy.contains('b','2026-06-21').should('be.visible');
//cy.contains('b','2026-06-21');
cy.get('[data-test="submission-schedule-text"] > :nth-child(2)').contains('2026-06-21');
cy.get('[data-test="canEditForm"]').click();


Expand All @@ -197,7 +196,7 @@ describe('Form Designer', () => {

cy.get('.v-col > .v-btn > .v-btn__content > span').click();
// Verify form settings updation success message
cy.get('.v-alert__content').contains('div','Your form settings have been updated successfully.').should('be.visible');
cy.get('.v-alert__content').contains('div','Subscription settings for this form has been saved.').should('be.visible');

//Delete form after test run
cy.get('.mdi-delete').click();
Expand Down
213 changes: 213 additions & 0 deletions tests/functional/cypress/e2e/form-submission-assign-status.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
import 'cypress-keycloak-commands';
import 'cypress-drag-drop';
import { formsettings } from '../support/login.js';

const depEnv = Cypress.env('depEnv');


Cypress.Commands.add('waitForLoad', () => {
const loaderTimeout = 60000;

cy.get('.nprogress-busy', { timeout: loaderTimeout }).should('not.exist');
});
describe('Form Designer', () => {

beforeEach(()=>{


cy.on('uncaught:exception', (err, runnable) => {
// Form.io throws an uncaught exception for missing projectid
// Cypress catches it as undefined: undefined so we can't get the text
console.log(err);
return false;
});
});
it('Visits the form settings page', () => {


cy.viewport(1000, 1100);
cy.waitForLoad();
formsettings();

});
it('Add some fields for submission', () => {

cy.viewport(1000, 1800);
cy.waitForLoad();
cy.get('button').contains('Basic Fields').click();
cy.get('div.formio-builder-form').then($el => {
const coords = $el[0].getBoundingClientRect();
cy.get('span.btn').contains('Text Field')

.trigger('mousedown', { which: 1}, { force: true })
.trigger('mousemove', coords.x, -50, { force: true })
.trigger('mouseup', { force: true });
cy.get('button').contains('Save').click();
});

});

it('Form Submission and Updation', () => {
cy.viewport(1000, 1100);
cy.wait(4000);
cy.intercept('GET', `/${depEnv}/api/v1/forms/*`).as('getForm');
// Form saving
let savedButton = cy.get('[data-cy=saveButton]');
expect(savedButton).to.not.be.null;
savedButton.trigger('click');
cy.waitForLoad();
// Go to My forms
cy.wait('@getForm').then(()=>{
let userFormsLinks = cy.get('[data-cy=userFormsLinks]');
expect(userFormsLinks).to.not.be.null;
userFormsLinks.trigger('click');
});
// Filter the newly created form
cy.location('search').then(search => {
//let pathName = fullUrl.pathname
let arr = search.split('=');
let arrayValues = arr[1].split('&');
cy.log(arrayValues[0]);
cy.visit(`/${depEnv}/form/manage?f=${arrayValues[0]}`);
cy.waitForLoad();
//Publish the form
cy.get('.v-label > span').click();

cy.get('span').contains('Publish Version 1');

cy.contains('Continue').should('be.visible');
cy.contains('Continue').trigger('click');
//Submit the form
cy.visit(`/${depEnv}/form/submit?f=${arrayValues[0]}`);
cy.wait(4000);
cy.get('button').contains('Submit').should('be.visible');
cy.waitForLoad();
cy.contains('Text Field').click();
cy.contains('Text Field').type('Alex');
//cy.get('.form-check-input').click();
//form submission
cy.get('button').contains('Submit').click();
cy.waitForLoad();
cy.get('button').contains('Submit').click();
cy.wait(4000);
cy.get('label').contains('Text Field').should('be.visible');
cy.get('label').contains('Text Field').should('be.visible');
cy.location('pathname').should('eq', `/${depEnv}/form/success`);
cy.contains('h1', 'Your form has been submitted successfully');
cy.wait(4000);
//Update submission
cy.visit(`/${depEnv}/form/manage?f=${arrayValues[0]}`);
cy.wait(4000);
cy.visit(`/${depEnv}/form/submit?f=${arrayValues[0]}`);
cy.wait(4000);
cy.get('button').contains('Submit').should('be.visible');
cy.contains('Text Field').click();
cy.contains('Text Field').type('Smith');
cy.get('button').contains('Submit').click();
cy.waitForLoad();
cy.get('button').contains('Submit').click();
//cy.get('[data-test="continue-btn-continue"]').click();
cy.get('label').contains('Text Field').should('be.visible');
//cy.get('label').contains('Applying for self').should('be.visible');
cy.location('pathname').should('eq', `/${depEnv}/form/success`);
cy.contains('h1', 'Your form has been submitted successfully');
cy.wait(4000);
cy.visit(`/${depEnv}/form/manage?f=${arrayValues[0]}`);
cy.wait(4000);
cy.get('.mdi-list-box-outline').click();
cy.waitForLoad();
//Verify pagination for submission
cy.get('div').contains('1-2 of 2').should('be.visible');
cy.get('.v-select__selection-text').contains('10');
cy.get('.v-data-table-footer__items-per-page > .v-input > .v-input__control > .v-field > .v-field__append-inner > .mdi-menu-down').click();
cy.contains('20').should('be.visible');
cy.contains('25').should('be.visible');
cy.contains('50').should('be.visible');
cy.contains('All').should('be.visible');
cy.get('button[title="Delete Submission"]').should('be.visible');
//view submission
cy.get(':nth-child(1) > :nth-child(6) > a > .v-btn > .v-btn__content > .mdi-eye').click();
cy.wait(4000);
})

});
it('Submission status Assignment', () => {
cy.viewport(1000, 1100);
cy.wait(4000);
//Assign status submission
cy.get('.status-heading > .mdi-chevron-right').click();
cy.get('[data-test="showStatusList"] > .v-input__control > .v-field > .v-field__field > .v-field__input').click();
cy.contains('ASSIGNED').click();
cy.get('[data-test="canAssignToMe"] > .v-btn__content > span').should('be.visible');
cy.get('[data-test="showAssigneeList"] > .v-input__control > .v-field > .v-field__field > .v-field__input').click();
cy.get('[data-test="showAssigneeList"] > .v-input__control > .v-field > .v-field__field > .v-field__input').type('ch');
cy.get('div').contains('CHEFS Testing').click();
cy.get('[data-test="updateStatusToNew"] > .v-btn__content > span').click();
cy.wait(4000);
//cy.get('[data-test="showStatusList"] > .v-input__control > .v-field > .v-field__field > .v-field__input').click();
cy.get('[data-test="showStatusList"] > .v-input__control > .v-field > .v-field__append-inner > .mdi-menu-down').click();
cy.contains('REVISING').click();
//cy.get('.v-selection-control > .v-label').click();
cy.get('[data-test="canAttachCommentToEmail"] > .v-input__control > .v-selection-control > .v-label').click();
cy.get('textarea[rows="1"]').type('some comments');
cy.get('button').contains('REVISE').click();
cy.get(':nth-child(1) > .v-checkbox > .v-input__control > .v-selection-control > .v-label').click();
cy.wait(4000);

//Verify Edit submission button is disabled
cy.get('button[title="Edit This Submission"]').should('be.disabled');
//Verify Submission edit users history
cy.get('.mdi-history').click();
cy.get('.v-data-table__tr > :nth-child(1)').contains('CHEFSTST@idir');
cy.get('.v-card-actions > .v-btn').click();

//Verify History for status updation
cy.get('[data-test="viewHistoryButton"]').click();
cy.get('[data-test="canCloseStatusPanel"] > .v-btn__content > span').click();
cy.get('[data-test="showStatusList"] > .v-input__control > .v-field > .v-field__field > .v-field__input').click();
cy.contains('COMPLETED').click();
cy.get('button').contains('COMPLETE').click();
cy.get('[data-test="viewHistoryButton"]').click();
cy.get('tbody > :nth-child(1) > :nth-child(1)').contains('COMPLETED');
cy.get('tbody > :nth-child(2) > :nth-child(1)').contains('REVISING');
cy.get('tbody > :nth-child(3) > :nth-child(1)').contains('ASSIGNED');
cy.get('tbody > :nth-child(4) > :nth-child(1)').contains('SUBMITTED');
cy.get('[data-test="canCloseStatusPanel"] > .v-btn__content > span').click();
cy.get('.mdi-list-box-outline').click();
cy.waitForLoad();
cy.location('search').then(search => {
//let pathName = fullUrl.pathname
let arr = search.split('=');
cy.visit(`/${depEnv}/form/manage?f=${arr[1]}`);
cy.waitForLoad();
// Checks copy submission button enabled for user
cy.visit(`/${depEnv}/user/submissions?f=${arr[1]}`);

cy.get('.v-data-table-column--align-end > .d-flex > :nth-child(2) > a > .v-btn');
cy.get('.mdi-pencil-box-multiple');

//Delete Submission
cy.visit(`/${depEnv}/form/manage?f=${arr[1]}`);
cy.waitForLoad();
cy.waitForLoad();
cy.get('.mdi-list-box-outline').click();
cy.get('button[title="Delete Submission"]').then($el => {

const rem=$el[0];
rem.click();

});
cy.get('[data-test="continue-btn-continue"] > .v-btn__content > span').click();
cy.get('.v-data-table__tbody > :nth-child(2) > :nth-child(2)').should('not.exist');

//Delete form after test run
cy.visit(`/${depEnv}/form/manage?f=${arr[1]}`);
cy.wait(4000);
cy.get('.mdi-delete').click();
cy.get('[data-test="continue-btn-continue"]').click();
cy.get('#logoutButton > .v-btn__content > span').click();
})

});

});

0 comments on commit 072d93e

Please sign in to comment.