Skip to content

Commit

Permalink
UITest/Writer: improve stability of SaveCloseAndOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Oct 31, 2024
1 parent f7780c6 commit 4a76943
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 @@ -314,7 +314,7 @@ public void SaveCloseAndOpen() => Run(() =>
fileRibbonMenu.MenuButton.Click();
fileRibbonMenu.CloseMenuItem.Click();

Assert.Empty(window.DocumentTabItems);
Assert.False(startView.IsOffscreen);

fileRibbonMenu.MenuButton.Click();
fileRibbonMenu.OpenMenuItem.Click();
Expand Down

0 comments on commit 4a76943

Please sign in to comment.