Skip to content

Commit e51e3e4

Browse files
committed
fix frontend specs
1 parent d2c2cce commit e51e3e4

File tree

1 file changed

+1
-0
lines changed
  • frontend/tests/integration/components/encryptable

1 file changed

+1
-0
lines changed

Diff for: frontend/tests/integration/components/encryptable/form-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ module("Integration | Component | encryptable/form", function (hooks) {
299299
test("Password does not contain symbols after unchecking checkbox", async function (assert) {
300300
await render(hbs`<Encryptable::Form />`);
301301
await click("input#withSymbols");
302+
await click("#password-generate-button");
302303
assert.equal(
303304
this.element.querySelector("input[name='cleartextPassword']").value
304305
.length,

0 commit comments

Comments
 (0)