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

Commit

Permalink
Test less fluctuating timer
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Apr 13, 2017
1 parent 8790677 commit c9ec184
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/features/browser.feature
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Feature: Browser Feature
And I wait 1 second
And I wait for "#iframe" element
And I wait 5 seconds for "#iframe" element
Then the total elapsed time should be less than 6 seconds
Then the total elapsed time should be more than 3 seconds

@javascript
Scenario: Waited upon text should actually be visible
Expand All @@ -91,7 +91,6 @@ Feature: Browser Feature
Then I fill in "today" with the current date
And I fill in "today" with the current date and modifier "-1 day"


Scenario:
Given I am on "/browser/elements.html"
Then i save the value of "today" in the "today" parameter
Expand Down

0 comments on commit c9ec184

Please sign in to comment.