We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08946b commit eca0924Copy full SHA for eca0924
examples/edge_test.py
@@ -10,7 +10,7 @@ def test_edge(self):
10
if self.browser != "edge":
11
print("\n This test is only for Microsoft Edge (Chromium)!")
12
print(" (Run with: '--browser=edge')")
13
- self.skipTest("This test is only for Microsoft Edge (Chromium)! ")
+ self.skip_test("This test is only for Microsoft Edge (Chromium)!")
14
self.open("edge://settings/help")
15
self.assert_element('img[alt="Edge logo"] + span')
16
self.highlight('div[role="main"] div div div + div')
0 commit comments