Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
Overview
Overview
Details
Activity
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
OpenEdx
problem-builder
Commits
082edaa4
Commit
082edaa4
authored
Mar 18, 2016
by
Omar Khan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #109 from open-craft/omar/dashboard-image
Use dashboard image from master branch in tests
parents
e01af341
a8ac3980
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
problem_builder/tests/integration/test_dashboard.py
+1
-1
No files found.
problem_builder/tests/integration/test_dashboard.py
View file @
082edaa4
...
...
@@ -238,7 +238,7 @@ class TestDashboardBlock(ProblemBuilderBaseTest):
self
.
assertScreenshot
(
'.pb-dashboard-visual svg'
,
'dashboard-image'
,
threshold
=
100
)
@check_dashboard_and_report
(
SIMPLE_DASHBOARD
,
visual_rules
=
json
.
dumps
({
'background'
:
(
'//raw.githubusercontent.com/open-craft/problem-builder/
omar/report-download
/'
'background'
:
(
'//raw.githubusercontent.com/open-craft/problem-builder/
master
/'
'problem_builder/static/test/swoop-bg.png'
),
}))
def
test_dashboard_image_cross_domain
(
self
):
...
...
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