@@ -42,22 +42,22 @@ Feature: UI Tests
42
42
|"TestFirstName " |"TestLastName " | "testusername " |"test12345 "|"testuser @testcompany .com "|"123 -456 -7890 "|
43
43
|"TestFirstName1 " |"TestLastName1 " | "testusername1 " |"test123456 "|"testuser1 @testcompany .com "|"123 -456 -1000 "|
44
44
45
- # @firefox
46
- # Scenario: Add a user using pojo class in a scenario using data table and @DataTableType
47
- # Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
48
- # When I add user with passing info to pojo class
49
- # |FirstName|LastName|username| password|Email|CellPhone|
50
- # |TestFirstName3 |TestLastName3 | testusername3 |test67890|testuser3@testcompany3.com|456-789-1122|
45
+ @firefox
46
+ Scenario : Add a user using pojo class in a scenario using data table and @DataTableType
47
+ Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
48
+ When I add user with passing info to pojo class
49
+ |FirstName |LastName |username | password |Email |CellPhone |
50
+ |TestFirstName3 |TestLastName3 | testusername3 |test67890 |testuser3 @testcompany3 .com |456 -789 -1122 |
51
51
52
- # Scenario Outline: Add a user using pojo class in scenario outline using @ParameterType
52
+ Scenario Outline : Add a user using pojo class in scenario outline using @ParameterType
53
53
54
- # Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
55
- # When I add user by passing <userInfo> to pojo class from scenario outline
56
- # Then I see user <userInfo> added to the table
57
- # Examples:
58
- # |userInfo|
59
- # |TestFirstName4,TestLastName4,testusername4,test98760,testuser4@testcompany4.com,7890-123-2233|
60
- # |TestFirstName5,TestLastName5,testusername5,test67890,testuser5@testcompany5.com,456-789-1122|
54
+ Given I open the site "http://www.way2automation.com/angularjs-protractor/webtables/"
55
+ When I add user by passing <userInfo> to pojo class from scenario outline
56
+ Then I see user <userInfo> added to the table
57
+ Examples :
58
+ |userInfo |
59
+ |TestFirstName4 ,TestLastName4 ,testusername4 ,test98760 ,testuser4 @testcompany4 .com ,7890 -123 -2233 |
60
+ |TestFirstName5 ,TestLastName5 ,testusername5 ,test67890 ,testuser5 @testcompany5 .com ,456 -789 -1122 |
61
61
62
62
63
63
# Scenario Outline: Delete user and validate user has been deleted
0 commit comments