You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FlaUI.WebDriver.UITests/SessionTests.cs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,6 @@ public void NewSession_AppTopLevelWindowZero_ReturnsError()
154
154
Assert.That(newSession,Throws.TypeOf<WebDriverArgumentException>().With.Message.EqualTo("Capability appium:appTopLevelWindow '0x0' should not be zero"));
155
155
}
156
156
157
-
[Explicit("Sometimes multiple processes are left open")]
0 commit comments