Skip to content

Commit

Permalink
Adjust error page UI test for new error message
Browse files Browse the repository at this point in the history
  • Loading branch information
exyi committed Apr 28, 2024
1 parent 253303e commit 1855e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples/Tests/Tests/ErrorsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void Error_NonExistingControl()
s.Contains("could not be resolved")
);
AssertUI.InnerTextEquals(browser.First("[class='errorUnderline']")
, "<dot:NonExistingControl />", false);
, "NonExistingControl", false);
});
}

Expand Down

0 comments on commit 1855e4e

Please sign in to comment.