Skip to content

Commit

Permalink
UITest/InfoMan: improve stability of UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Oct 5, 2024
1 parent f490784 commit 5369efc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public void SearchContactsAndChangeEntriesTest() => Run(() =>
[Fact]
public void AddAndRemoveEntriesTest() => Run(() =>
{
SkipAppClose = true;
Launch();
var window = GetShellWindow();
window.WindowState = WindowVisualState.Maximized;
Expand Down

0 comments on commit 5369efc

Please sign in to comment.