DEV: Fix `ember/require-valid-css-selector-in-test-helpers` (#24011)

This commit is contained in:
Jarek Radosz 2023-10-19 13:46:48 +02:00 committed by GitHub
parent 23af6c23d0
commit 754d13f5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ acceptance("User Preferences - Second Factor Backup", function (needs) {
await click(".second-factor-backup-edit-modal .modal-close");
await click(".two-factor-backup-dropdown .select-kit-header");
await click("li[data-name='Disable'");
await click("li[data-name='Disable']");
assert.strictEqual(
query("#dialog-title").innerText.trim(),
"Deleting backup codes"

View File

@ -128,7 +128,7 @@ acceptance("User Preferences - Second Factor", function (needs) {
);
await click(".security-key-dropdown .select-kit-header");
await click("li[data-name='Disable'");
await click("li[data-name='Disable']");
assert.strictEqual(
query("#dialog-title").innerText.trim(),