Skip to content

Commit

Permalink
Name test according to convention.
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 3, 2024
1 parent 6866b10 commit 929d46a
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 @@ -256,7 +256,7 @@ public void GetAttribute_TextBox_ReturnsValue(string attributeName, string expec
}

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

0 comments on commit 929d46a

Please sign in to comment.