features/mobile_remote.feature in RDee-0.8 vs features/mobile_remote.feature in RDee-0.9

- old
+ new

@@ -39,5 +39,12 @@ 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 first title link Then I should see the text from the first heading + + @mobile + Scenario: Creating an Android browser on android 4.4 + When I establish a mobile android browser for android4_4 on the remote machine using Watir + And I go to the cheezyworld site + And I select the first title link + Then I should see the text from the first heading