Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitGala committed Jan 2, 2024
1 parent 88aca65 commit 7386630
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/components/ak-text-field/index.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{{! @glint-nocheck: or}}
<div
class='{{@formControlClass}}'
class='{{@formControlClass}} ak-form-control'
local-class='ak-form-control'
class='ak-form-control'
>
{{#if @label}}
<AkTypography
Expand Down
1 change: 0 additions & 1 deletion tests/integration/components/project-list-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ module('Integration | Component | project list', function (hooks) {
assert.strictEqual(projects.length, projectContainerList.length);

await clickTrigger('[data-test-project-sort-property]');
await new Promise((resolve) => setTimeout(resolve, 10000));

await selectChoose(
'.select-sort-class',
Expand Down

0 comments on commit 7386630

Please sign in to comment.