File tree Expand file tree Collapse file tree
src/FlaUI.WebDriver.UITests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public void SendKeys_ShiftedCharacter_ShiftIsReleased()
176176 }
177177
178178 [ Test ]
179- public void SendKeys_Qwerty ( )
179+ public void SendKeys_UpperAndLowercaseLetters_EntersIdenticalText ( )
180180 {
181181 var driverOptions = FlaUIDriverOptions . TestApp ( ) ;
182182 using var driver = new RemoteWebDriver ( WebDriverFixture . WebDriverUrl , driverOptions ) ;
@@ -191,7 +191,7 @@ public void SendKeys_Qwerty()
191191 }
192192
193193 [ Test ]
194- public void SendKeys_NumberRow ( )
194+ public void SendKeys_NumbersAndShiftedNumbers_EntersIdenticalText ( )
195195 {
196196 var driverOptions = FlaUIDriverOptions . TestApp ( ) ;
197197 using var driver = new RemoteWebDriver ( WebDriverFixture . WebDriverUrl , driverOptions ) ;
@@ -206,7 +206,7 @@ public void SendKeys_NumberRow()
206206 }
207207
208208 [ Test ]
209- public void SendKeys_Others ( )
209+ public void SendKeys_OtherCharacters_EntersIdenticalText ( )
210210 {
211211 var driverOptions = FlaUIDriverOptions . TestApp ( ) ;
212212 using var driver = new RemoteWebDriver ( WebDriverFixture . WebDriverUrl , driverOptions ) ;
You can’t perform that action at this time.
0 commit comments