Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Dependencies update (#344)
Browse files Browse the repository at this point in the history
* Update react-joyride
* Update selector in test
  • Loading branch information
axelssonHakan committed Jan 2, 2020
1 parent c9b9655 commit d0de231
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 24 deletions.
85 changes: 64 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"react-dom": "16.12.0",
"react-floater": "0.6.5",
"react-ga": "2.7.0",
"react-joyride": "2.1.1",
"react-joyride": "2.2.1",
"react-outside-click-handler": "1.3.0",
"react-svg-inline": "2.1.1",
"react-tabs": "3.0.0",
"react-tabs": "3.1.0",
"react-use-promise": "0.2.0",
"react-virtualized": "9.21.2",
"react-infinite-scroller": "1.2.4"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/usage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('usage', () => {
await wsHelper.waitUntilNoRequests(250);

// Skip tutorial
await page.click('[data-test-id=button-skip]');
await page.click('[data-action=skip]');

// Make and verify a selection
await page.click('[fieldz=Key_Ind_Drug]');
Expand Down

0 comments on commit d0de231

Please sign in to comment.