Skip to content

Commit

Permalink
Update c-actions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan authored Dec 20, 2016
1 parent 5e32033 commit c91938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/test/e2e/c-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Actions', function () {
expect(element(by.label('Clear Working!!!'))).toBeVisible();
});

it.only('should replace text in an element', function () {
it('should replace text in an element', function () {
element(by.id('UniqueId006')).tap();
element(by.id('UniqueId006')).replaceText('replaced_text');
expect(element(by.label('Replace Working!!!'))).toBeVisible();
Expand Down

0 comments on commit c91938d

Please sign in to comment.