Skip to content

Commit

Permalink
Deliberately failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 7, 2022
1 parent 69cac8f commit a053514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Samples/Tests/BasicTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Task AnonymousHomePageShouldExist(Browser browser) =>
{
// Is the title correct?
context
.Get(By.ClassName("navbar-brand"))
.Get(By.ClassName("navbar-brandadf"))
.Text
.ShouldBe("Lombiq's OSOCE - UI Testing");
Expand Down

0 comments on commit a053514

Please sign in to comment.