Skip to content

Commit

Permalink
Typo fix-up in dotnet/test/common/VisibilityTest.cs (#8500) [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
  • Loading branch information
haqer1 and diemol authored Jul 10, 2020
1 parent ee716a1 commit ec04776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/common/VisibilityTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public void ShouldBeAbleToSelectOptionsFromAnInvisibleSelect()
IWebElement oranges = options[1];

Assert.That(apples.Selected, Is.True, "Apples should be selected");
Assert.That(oranges.Selected, Is.False, "Oranges shoudl be selected");
Assert.That(oranges.Selected, Is.False, "Oranges should be selected");

oranges.Click();
Assert.That(apples.Selected, Is.False, "Apples should not be selected");
Expand Down

0 comments on commit ec04776

Please sign in to comment.