[#3484893] Add some additional documentation to e2e.js.
3 unresolved threads
Compare changes
+ 67
− 5
@@ -7,6 +7,17 @@ import '@testing-library/cypress/add-commands';
@@ -41,6 +52,24 @@ Cypress.Commands.add('dropButtonAction', { prevSubject: true }, (subject, action
@@ -60,6 +89,15 @@ Cypress.Commands.add('applyRecipe', (path, inputs) => {
@@ -81,7 +119,7 @@ Cypress.Commands.add('setUp', (installProfile) => {
@@ -109,7 +147,10 @@ Cypress.Commands.add('setUp', (installProfile) => {
@@ -119,7 +160,15 @@ Cypress.Commands.add('tearDown', () => {
@@ -135,7 +184,10 @@ Cypress.Commands.add('drupalLogin', (name) => {
@@ -143,7 +195,17 @@ Cypress.Commands.add('drupalLogout', () => {