Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Dec 5, 2020
2 parents 08ec42e + a81715d commit 5bb12b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ const testHelpers = {
browser.waitAndSet(byId(`segment-override-value-${0}`), value);
},
setSegmentOverrideIndex: (browser, index, newIndex) => {
browser.pause(200);
browser.setValue(byId(`sort-${index}`), `${newIndex}`);
browser.pause(500);
browser.pause(1000);
},
createSegment: (browser, index, id, rules) => {
const setSegmentRule = testHelpers.setSegmentRule;
Expand Down

0 comments on commit 5bb12b5

Please sign in to comment.