Skip to content

Commit

Permalink
remove only from e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
formatlos committed Aug 14, 2017
1 parent 15da7a4 commit f3100c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/test/e2e/f-device.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe.only('Device', () => {
describe('Device', () => {
it('reloadReactNative - should tap successfully', async () => {
await device.reloadReactNative();
await element(by.label('Sanity')).tap();
Expand Down

0 comments on commit f3100c6

Please sign in to comment.