Skip to content

Commit

Permalink
update detox, fix login e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Nov 12, 2019
1 parent 067e3cb commit 7b26e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boilerplate/e2e/account/login-screen.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Login Screen Tests', () => {
await Utils.loginAsUser()
await expect(element(by.id('launchScreen'))).toBeVisible()
await element(by.id('menuButton')).tap()
await expect(element(by.id('logoutDrawerButton'))).toBeVisible()
await expect(element(by.id('logoutDrawerButton'))).toExist()
})

it('should log out successfully', async () => {
Expand Down
2 changes: 1 addition & 1 deletion boilerplate/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-native-app-auth": "4.4.0",
<%_ } _%>
<%_ if (props.detox) { _%>
"detox": "14.3.4",
"detox": "14.7.1",
"mocha": "6.2.0",
<%_ } _%>
"mockery": "2.1.0",
Expand Down

0 comments on commit 7b26e1c

Please sign in to comment.