Skip to content

Commit

Permalink
Fix: Document controls functional tests (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDeMicco authored Mar 23, 2018
1 parent d0f7a34 commit c914237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functional-tests/controls_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Scenario('Check document preview navigation @ci @chrome @firefox @edge @ie @safa
makeNavAppear(I);
I.click(SELECTOR_BOX_PREVIEW_PAGE_NUM_WRAPPER);
I.waitForVisible(SELECTOR_BOX_PREVIEW_NUM_INPUT);
I.fillField(SELECTOR_BOX_PREVIEW_NUM_INPUT, '2');
I.click(SELECTOR_BOX_PREVIEW_NUM_INPUT);
I.pressKey('2');
I.pressKey('Enter');
I.waitForVisible(SELECTOR_BOX_PREVIEW_NEXT_PAGE);
I.seeElement(SECOND_PAGE);
Expand Down

0 comments on commit c914237

Please sign in to comment.