Skip to content

Commit

Permalink
Adding a tooltip pdifftest
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Nov 12, 2014
1 parent ce73c68 commit 96c2240
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added __tests__/pdifftests/examine-tooltip.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions __tests__/pdifftests/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ tests:
c = document.createEvent('MouseEvent');
c.initMouseEvent('click', true, true, window);
$('[data-attribute="NORMAL::RD"] .chartable').get(0).dispatchEvent(c);
- name: examine-tooltip
description: Examine page showing a Normal Read Depth tooltip
url: http://localhost:5001/runs/4/examine
config:
<<: *std-config
injectJs: |
c = document.createEvent('MouseEvent');
$('[data-attribute="NORMAL::RD"] .tooltip').show();

0 comments on commit 96c2240

Please sign in to comment.