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 63ca568 commit 8d373c1Copy full SHA for 8d373c1
integrations/node_js/my_first_test.py
@@ -12,6 +12,6 @@ def test_basic(self):
12
self.go_back()
13
self.click("link=About")
14
self.assert_text("xkcd.com", "h2")
15
- self.open("https://store.xkcd.com/collections/everything")
+ self.open("://store.xkcd.com/collections/everything")
16
self.update_text("input.search-input", "xkcd book\n")
17
self.assert_exact_text("xkcd: volume 0", "h3")
0 commit comments