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

fix failing tests

Dieser Commit ist enthalten in:
merefield 2023-07-10 21:31:47 +01:00
Ursprung c495540157
Commit 00a66cd1f9

Datei anzeigen

@ -73,11 +73,11 @@ acceptance("Admin | API tab", function (needs) {
await fieldTypeDropdown.expand(); await fieldTypeDropdown.expand();
await fieldTypeDropdown.selectRowByValue("basic"); await fieldTypeDropdown.selectRowByValue("basic");
await fillIn( await fillIn(
".wizard-api-authentication .settings .control-group:eq(1) .controls input", ".wizard-api-authentication .settings .control-group:nth-child(3) .controls input",
"some_username" "some_username"
); );
await fillIn( await fillIn(
".wizard-api-authentication .settings .control-group:eq(2) .controls input", ".wizard-api-authentication .settings .control-group:nth-child(4) .controls input",
"some_password" "some_password"
); );
await click(".wizard-api-endpoints button"); await click(".wizard-api-endpoints button");