Skip to content

Commit 898dac0

Browse files
committed
Raise global Playwright expect timeout for UI tests
1 parent 0077dec commit 898dac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PrompterOne.App.UITests/Infrastructure/StandaloneAppFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public sealed partial class StandaloneAppFixture : IAsyncLifetime
1818

1919
public async Task InitializeAsync()
2020
{
21+
Microsoft.Playwright.Assertions.SetDefaultExpectTimeout(BrowserTestConstants.Timing.ExtendedVisibleTimeoutMs);
2122
_runtimeHandle = await SharedRuntime.AcquireAsync();
2223
}
2324

0 commit comments

Comments
 (0)