Skip to content

Commit

Permalink
Updated the UITest (dotnet#19159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Feb 5, 2024
1 parent af08592 commit b95b176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/tests/UITests/Tests/Issues/Issue19159.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void ContentShouldNotBeOverlaidByTopBar()
_ = App.WaitForElement("page1");

// The content should not be overlaid by top bar
App.Screenshot();
VerifyScreenshot();
}
}
}

0 comments on commit b95b176

Please sign in to comment.