Skip to content

Commit

Permalink
Fix test naming.
Browse files Browse the repository at this point in the history
Co-authored-by: aristotelos <[email protected]>
  • Loading branch information
grokys and aristotelos authored May 6, 2024
1 parent 9844248 commit 483633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlaUI.WebDriver.UITests/ElementTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void SendKeys_Default_IsSupported()
}

[Test]
public void SendKeys_ShiftedCharacter_ShiftIs_Released()
public void SendKeys_ShiftedCharacter_ShiftIsReleased()
{
var driverOptions = FlaUIDriverOptions.TestApp();
using var driver = new RemoteWebDriver(WebDriverFixture.WebDriverUrl, driverOptions);
Expand Down

0 comments on commit 483633c

Please sign in to comment.