DEV: Change admin acceptance test
Dieser Commit ist enthalten in:
Ursprung
8568a1d97f
Commit
06366a1574
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -595,7 +595,7 @@ acceptance("Admin | Custom Wizard Standard Subscription", function (needs) {
|
||||||
await actionTypeDropdown.expand();
|
await actionTypeDropdown.expand();
|
||||||
await actionTypeDropdown.selectRowByValue("create_topic");
|
await actionTypeDropdown.selectRowByValue("create_topic");
|
||||||
|
|
||||||
assert.step("Step 5: Save changes");
|
assert.step("Step 5: Save wizard");
|
||||||
const saveButton = find(
|
const saveButton = find(
|
||||||
'.admin-wizard-buttons button:contains("Save Changes")'
|
'.admin-wizard-buttons button:contains("Save Changes")'
|
||||||
);
|
);
|
||||||
|
@ -619,7 +619,7 @@ acceptance("Admin | Custom Wizard Standard Subscription", function (needs) {
|
||||||
"Step 2: Creating a step section",
|
"Step 2: Creating a step section",
|
||||||
"Step 3: Creating a field section",
|
"Step 3: Creating a field section",
|
||||||
"Step 4: Creating a action section",
|
"Step 4: Creating a action section",
|
||||||
"Step 5: Save changes",
|
"Step 5: Save wizard",
|
||||||
],
|
],
|
||||||
"All steps completed"
|
"All steps completed"
|
||||||
);
|
);
|
Laden …
In neuem Issue referenzieren