examples/cucumber/example.feature in watirgrid-1.1.2 vs examples/cucumber/example.feature in watirgrid-1.1.3.pre
- old
+ new
@@ -2,10 +2,9 @@
Feature: User logons
In order to use the web application users must be
able to logon and access the portal in 3 seconds
Scenario: Logon with 50 users in 1 minute
- Given 50 users open "chrome"
- And navigate to the portal
+ Given users navigate to the portal
When they enter their credentials
Then they should see their account settings
And the response time should be less than 3 seconds