Skip to content

Commit

Permalink
Fix test import page-object and update dependencies (lolmaus#75)
Browse files Browse the repository at this point in the history
* Fix page object  import

* Update dependencies

* Move eslint-plugin-varspacing to devDependency
  • Loading branch information
mkszepp authored Jul 27, 2022
1 parent 56399db commit 49f88ef
Show file tree
Hide file tree
Showing 4 changed files with 1,796 additions and 55 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
"test:all": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"eslint-plugin-varspacing": "^1.2.1"
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^4.2.0 || ^5.0.0 || ^6.0.1"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down Expand Up @@ -82,6 +81,7 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-varspacing": "^1.2.2",
"loader.js": "^4.7.0",
"qunit-dom": "^0.9.2",
"sinon": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test-support/pages/components/_component.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
findElement,
isVisible,
text,
} from '../../page-object'
} from 'ember-cli-page-object'



Expand Down
2 changes: 1 addition & 1 deletion test-support/pages/components/drag-sort-item.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
attribute,
hasClass,
} from '../../page-object'
} from 'ember-cli-page-object'

import component from './_component'
import trigger from 'ember-drag-sort/utils/trigger'
Expand Down
Loading

0 comments on commit 49f88ef

Please sign in to comment.