Skip to content

Commit

Permalink
fix: remove flakey test (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz authored Mar 4, 2024
1 parent 69419b4 commit 34859e1
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ module(
assert.verifySteps([]);
await click("button.uk-button-secondary");
assert.verifySteps(["validate"]);

this.field.question.raw.validateOnEnter = true;

await render(hbs`<CfField::Input::ActionButton @field={{this.field}} />`);

// wait for the button to enter the viewport which triggers the validation
await scrollTo("button", 0, 0);
await waitFor("button:enabled");

assert.verifySteps(["validate"]);
});

test("doesn't show validation errors if not configured", async function (assert) {
Expand Down

0 comments on commit 34859e1

Please sign in to comment.