Skip to content

Commit

Permalink
webdriver fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladas-larry committed Jul 19, 2016
1 parent 9b1fc9f commit 5b5fbad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webdriver/spec/drag&drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
describe("drag&drop", function () {
it("should ckeck drag & drop list", function () {
browser.url("/");
browser.pause(1000);
browser.dragAndDrop("#list0", "#list1");
browser.pause(1000);
expect(browser.getText("#list0")).toContain("Crimson")
})
})

0 comments on commit 5b5fbad

Please sign in to comment.