Skip to content
Snippets Groups Projects

3389607: add new menu test

Merged André Angelantoni requested to merge aa/3389607-add-menu into 1.3.x
14 files
+ 149
63
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -35,9 +35,9 @@ describe('Contact Us tests.', () => {
cy.log('**Fill out contact form.**');
cy.visit(atkConfig.contactUsUrl).then(() => {
cy.get('#edit-name').type(userEtherealAccount.userName);
cy.get('#edit-email').type(userEtherealAccount.userEmail);
cy.get('#edit-subject').type(subjectLine);
cy.get('#edit-message').type(testId);
cy.get('#edit-mail').type(userEtherealAccount.userEmail);
cy.get('#edit-subject-0-value').type(subjectLine);
cy.get('#edit-message-0-value').type(testId);
cy.contains('Send message').click();
});
Loading