瀏覽代碼

chore: set middle name as _Test User for admin

(cherry picked from commit d9c3c03522)
version-14
hrwx 2 年之前
committed by Mergify
父節點
當前提交
a8b2ecb029
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      cypress/integration/web_form.js

+ 2
- 2
cypress/integration/web_form.js 查看文件

@@ -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();


Loading…
取消
儲存