DEV: Update tests enabled fields
Dieser Commit ist enthalten in:
Ursprung
8103a3b9fa
Commit
57f591e488
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -177,7 +177,7 @@ acceptance("Admin | Custom Wizard Business Subscription", function (needs) {
|
|||
"Disabled items displayed correctly in action dropdown"
|
||||
);
|
||||
assert.ok(
|
||||
listEnabled.length === 10,
|
||||
listEnabled.length === 11,
|
||||
"Enabled items displayed correctly in action dropdown"
|
||||
);
|
||||
await actionTypeDropdown.selectRowByValue("create_topic");
|
||||
|
|
|
@ -171,7 +171,7 @@ acceptance("Admin | Custom Wizard Standard Subscription", function (needs) {
|
|||
".wizard-custom-action .setting .setting-value ul li.disabled"
|
||||
);
|
||||
assert.ok(
|
||||
listDisabled.length === 3,
|
||||
listDisabled.length === 4,
|
||||
"Disabled items displayed correctly in action dropdown"
|
||||
);
|
||||
assert.ok(
|
||||
|
|
|
@ -195,7 +195,7 @@ acceptance("Admin | Custom Wizard Unsuscribed", function (needs) {
|
|||
".wizard-custom-action .setting .setting-value ul li.disabled"
|
||||
);
|
||||
assert.ok(
|
||||
listDisabled.length === 6,
|
||||
listDisabled.length === 7,
|
||||
"disabled items displayed correctly in action dropdown"
|
||||
);
|
||||
assert.ok(
|
||||
|
|
Laden …
In neuem Issue referenzieren