Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CSCI 40 Midterm Project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lance Michael O. Co
CSCI 40 Midterm Project
Commits
626d1d60
Commit
626d1d60
authored
Mar 17, 2020
by
Lance Michael O. Co
😢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactored functional_test.py
parent
950ce4d1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
190 additions
and
1 deletion
+190
-1
functional_test.py
functional_test.py
+3
-1
geckodriver.log
geckodriver.log
+187
-0
No files found.
functional_test.py
View file @
626d1d60
...
...
@@ -58,7 +58,7 @@ class NewVisitorTest(unittest.TestCase):
'http://localhost:8000/ingredients/list'
,
self
.
browser
.
current_url
)
#user checks page title to ensure he's in the right page
self
.
assertIn
(
'Ingredients - List'
,
self
.
browser
.
title
)
...
...
@@ -247,6 +247,8 @@ class NewVisitorTest(unittest.TestCase):
self
.
browser
.
current_url
)
self
.
browser
.
get
(
'http://localhost:8000/orders/list'
)
#user checks page title to ensure he's in the right page
self
.
assertIn
(
'Orders - List'
,
self
.
browser
.
title
)
...
...
geckodriver.log
View file @
626d1d60
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment