Skip to content

Commit

Permalink
UITest/Writer: improve stability of AboutTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Dec 8, 2024
1 parent 7d8d1fd commit d415f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples.UITest/Writer.Test/Tests/WriterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void AboutTest() => Run(() =>
{
Launch();
var window = GetShellWindow();

window.SetState(WindowVisualState.Maximized);
window.AboutButton.Click();

var messageBox = window.FirstModalWindow().As<MessageBox>();
Expand Down

0 comments on commit d415f9c

Please sign in to comment.