features/mobile_remote.feature in RDee-0.6 vs features/mobile_remote.feature in RDee-0.7
- old
+ new
@@ -1,43 +1,43 @@
Feature: RDee should work well with mobile devices on a remote selenium grid
@mobile
Scenario: Creating an iPhone browser on ios 8.1
- When I establish a iphone_ios81 browser on the remote machine using Selenium
+ When I establish a mobile browser for ios8_1 on the remote machine using Watir
And I go to the cheezyworld site
- And I select the transformations link
- Then I should see the text "Cucumber Transformations Screencast"
+ And I select the first title link
+ Then I should see the text from the first heading
@mobile
- Scenario: Creating an iPhone browser on ios 8.0
- When I establish a iphone_ios80 browser on the remote machine using Selenium
+ Scenario: Creating an iPhone browser on ios 10.0
+ When I establish a mobile browser for ios10_0 on the remote machine using Watir
And I go to the cheezyworld site
- And I select the transformations link
- Then I should see the text "Cucumber Transformations Screencast"
+ And I select the first title link
+ Then I should see the text from the first heading
@mobile
- Scenario: Creating an iPhone browser on ios 7.1
- When I establish a iphone_ios71 browser on the remote machine using Selenium
+ Scenario: Creating an iPhone browser on ios 8.2
+ When I establish a mobile browser for ios8_2 on the remote machine using Watir
And I go to the cheezyworld site
- And I select the transformations link
- Then I should see the text "Cucumber Transformations Screencast"
+ And I select the first title link
+ Then I should see the text from the first heading
@mobile
- Scenario: Creating an iPhone browser on ios 7.0
- When I establish a iphone_ios70 browser on the remote machine using Selenium
+ Scenario: Creating an iPhone browser on ios 9.0
+ When I establish a mobile browser for ios9_0 on the remote machine using Selenium
And I go to the cheezyworld site
- And I select the transformations link
- Then I should see the text "Cucumber Transformations Screencast"
+ And I select the first title link
+ Then I should see the text from the first heading
@mobile
- Scenario: Creating an iPhone browser on ios 6.1
- When I establish a iphone_ios61 browser on the remote machine using Selenium
+ Scenario: Creating an iPhone browser on ios 10.2
+ When I establish a mobile browser for ios10_2 on the remote machine using Watir
And I go to the cheezyworld site
- And I select the transformations link
- Then I should see the text "Cucumber Transformations Screencast"
+ And I select the first title link
+ Then I should see the text from the first heading
@mobile
- Scenario: Creating an iPhone browser on ios 6.0
- When I establish a iphone_ios60 browser on the remote machine using Selenium
+ Scenario: Creating an iPhone browser using RDee configuration
+ When I use RDee configuration to establish an ios10_2 mobile browser
And I go to the cheezyworld site
- And I select the transformations link
- Then I should see the text "Cucumber Transformations Screencast"
+ And I select the first title link
+ Then I should see the text from the first heading