Skip to content
Snippets Groups Projects

86b2c5k4p:Handle tests we are not implementing

Closed Miguel Pelayo requested to merge 1.3.x into 1.0.x
19 files
+ 504
441
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -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