Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Updated tests for new page curl, related to #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 17, 2014
1 parent 6bdc564 commit 8bcba6c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ test.describe('Marknote', function()
test.it('Can open editor.', function()
{

driver.findElement(webdriver.By.id('display')).click();
driver.findElement(webdriver.By.id('display')).click();
driver.findElement(webdriver.By.id('display')).click();
driver.findElement(webdriver.By.id('pageflip')).click();

driver.executeScript('return displayShowing()').then(function(test)
{
Expand All @@ -78,9 +76,7 @@ test.describe('Marknote', function()

test.it('Can save note.', function()
{
driver.findElement(webdriver.By.id('note')).click();
driver.findElement(webdriver.By.id('note')).click();
driver.findElement(webdriver.By.id('note')).click();
driver.findElement(webdriver.By.id('pageflip')).click();

driver.wait(function()
{
Expand Down

0 comments on commit 8bcba6c

Please sign in to comment.