0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

DEV: Change admin acceptance test

Dieser Commit ist enthalten in:
jumagura 2022-12-20 14:57:15 -04:00
Ursprung 8568a1d97f
Commit 06366a1574

Datei anzeigen

@ -595,7 +595,7 @@ acceptance("Admin | Custom Wizard Standard Subscription", function (needs) {
await actionTypeDropdown.expand();
await actionTypeDropdown.selectRowByValue("create_topic");
assert.step("Step 5: Save changes");
assert.step("Step 5: Save wizard");
const saveButton = find(
'.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 3: Creating a field section",
"Step 4: Creating a action section",
"Step 5: Save changes",
"Step 5: Save wizard",
],
"All steps completed"
);