Procházet zdrojové kódy

chore: set middle name as _Test User for admin

(cherry picked from commit d9c3c03522)
version-14
hrwx před 2 roky
committed by Mergify
rodič
revize
a8b2ecb029
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      cypress/integration/web_form.js

+ 2
- 2
cypress/integration/web_form.js Zobrazit soubor

@@ -237,7 +237,7 @@ context("Web Form", () => {

cy.get(".web-form-actions a").contains("Edit").click();

cy.fill_field("last_name", "_Test User");
cy.fill_field("middle_name", "_Test User");

cy.get(".web-form-actions .btn-primary").click();
cy.url().should("include", "/me");
@@ -249,7 +249,7 @@ context("Web Form", () => {

cy.get(".web-form-actions a").contains("Edit").click();

cy.fill_field("last_name", "_Test User");
cy.fill_field("middle_name", "_Test User");

cy.get(".btn-next").should("be.visible");
cy.get(".btn-next").click();


Načítá se…
Zrušit
Uložit