Skip to content

Commit adb9f42

Browse files
committed
1 parent f9ce8e9 commit adb9f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/CSF.Screenplay.Selenium.Tests/Tasks/ClickAndWaitForDocumentReadyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static readonly ITarget
1616
link = new ElementId("clickable"),
1717
displayText = new ElementId("textContent");
1818

19-
static readonly string[] ignoredBrowsers = ["chrome", "edge"];
19+
static readonly string[] ignoredBrowsers = ["chrome", "MicrosoftEdge"];
2020

2121
[Test, Screenplay]
2222
public async Task PerformAsAsyncShouldWaitSoItCanGetTheAppropriateContent(IStage stage)

0 commit comments

Comments
 (0)