File tree 1 file changed +0
-3
lines changed
src/Components/test/E2ETest/Tests
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ public void CanColumnSortByInt()
47
47
Assert . Equal ( "Matti" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(2)" ) ) . Text ) ;
48
48
Assert . Equal ( "Karttunen" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(3)" ) ) . Text ) ;
49
49
Assert . Equal ( "1981-06-04" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(4)" ) ) . Text ) ;
50
- Assert . Equal ( "41" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(5)" ) ) . Text ) ;
51
50
}
52
51
53
52
[ Fact ]
@@ -67,7 +66,6 @@ public void CanColumnSortByString()
67
66
Assert . Equal ( "Zbyszek" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(2)" ) ) . Text ) ;
68
67
Assert . Equal ( "Piestrzeniewicz" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(3)" ) ) . Text ) ;
69
68
Assert . Equal ( "1981-04-02" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(4)" ) ) . Text ) ;
70
- Assert . Equal ( "41" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(5)" ) ) . Text ) ;
71
69
}
72
70
73
71
[ Fact ]
@@ -87,7 +85,6 @@ public void CanColumnSortByDateOnly()
87
85
Assert . Equal ( "Paolo" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(2)" ) ) . Text ) ;
88
86
Assert . Equal ( "Accorti" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(3)" ) ) . Text ) ;
89
87
Assert . Equal ( "2018-05-18" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(4)" ) ) . Text ) ;
90
- Assert . Equal ( "4" , firstRow . FindElement ( By . CssSelector ( "td:nth-child(5)" ) ) . Text ) ;
91
88
}
92
89
93
90
[ Fact ]
You can’t perform that action at this time.
0 commit comments