Commit 747f0e42 authored by DuckHuntDuoPROgrammer's avatar DuckHuntDuoPROgrammer

added an html file

parent 7b403102
...@@ -15,3 +15,34 @@ JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't fin ...@@ -15,3 +15,34 @@ JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't fin
###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv ###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv
1583591443678 mozrunner::runner INFO Running command: "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\Users\\Sylvane\\AppData\\Local\\Temp\\rust_mozprofileLOYh4I"
JavaScript error: 173303065.cfg, line 4: ReferenceError: Components is not defined
1583591444519 addons.webextension.doh-rollout@mozilla.org WARN Loading extension 'doh-rollout@mozilla.org': Reading manifest: Invalid extension permission: networkStatus
1583591445105 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons
1583591445105 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry
1583591445105 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/
1583591445105 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader*
JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory.
1583591447914 Marionette INFO Listening on port 62190
1583591448057 Marionette WARN TLS certificate errors will be ignored for this session
1583591448527 Marionette INFO Stopped listening on port 62190
###!!! [Child][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv
1583591856372 mozrunner::runner INFO Running command: "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\Users\\Sylvane\\AppData\\Local\\Temp\\rust_mozprofileBX0ch2"
JavaScript error: 173303065.cfg, line 4: ReferenceError: Components is not defined
1583591856920 addons.webextension.doh-rollout@mozilla.org WARN Loading extension 'doh-rollout@mozilla.org': Reading manifest: Invalid extension permission: networkStatus
1583591857579 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons
1583591857580 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry
1583591857580 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/
1583591857580 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader*
JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory.
1583591860338 Marionette INFO Listening on port 62496
1583591860722 Marionette WARN TLS certificate errors will be ignored for this session
1583591861230 Marionette INFO Stopped listening on port 62496
###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv
from selenium import webdriver from selenium import webdriver
import unittest import unittest
from heroes import views
class NewVisitorTest(unittest.TestCase): class NewVisitorTest(unittest.TestCase):
def setUp(self): def setUp(self):
...@@ -19,7 +20,7 @@ class NewVisitorTest(unittest.TestCase): ...@@ -19,7 +20,7 @@ class NewVisitorTest(unittest.TestCase):
# She sees a list containing three heroes with their corresponding # She sees a list containing three heroes with their corresponding
# names, health points, and damage # names, health points, and damage
three_heroes_name = self.browser.find_elements_by_tag_name("h1") self.browser
# When she selects one of the heroes, she is sent to another page # When she selects one of the heroes, she is sent to another page
# containing more information about the hero (additional stats, lore, image). # containing more information about the hero (additional stats, lore, image).
......
<!DOCTYPE html>
<html>
<head>
<title>The Will of the Wisps Wiki</title>
</head>
<body>
<ul>
<li>Jester</li>
<li>Cloud</li>
<li>Sunflowey</li>
</ul>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment