Skip to content

Commit

Permalink
Merge pull request #693 from ember-animation/fix-docs-tests
Browse files Browse the repository at this point in the history
Fix docs tests
  • Loading branch information
mkszepp authored Aug 6, 2024
2 parents cbfefae + 08de04f commit 5b52f89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:
branches:
- main
- master
pull_request:

pull_request: {}

concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Lint
Expand Down
1 change: 1 addition & 0 deletions docs/tests/acceptance/demos-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ module('Acceptance: Demos', function (hooks) {
const select = document.querySelector('select');
await fillIn(select, 'car');
assert.ranTransition('toLeft');
await settled();
assert
.dom('#liquid-box-demo input[type=checkbox]')
.doesNotExist('no more checkbox');
Expand Down

0 comments on commit 5b52f89

Please sign in to comment.