Skip to content

Commit

Permalink
Add filter screenshot & update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 26, 2014
1 parent 02ea5d6 commit e594fa1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Binary file added tests/pdifftests/examine-filter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/pdifftests/examine-sorted.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 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.
Binary file modified tests/pdifftests/examine.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions tests/pdifftests/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ tests:
<<: *std-config
injectJs: |
$('[data-attribute="sample:RD"] .tooltip').show();
- name: examine-filter
description: Examine page showing a filtered view
url: http://localhost:5001/runs/1/examine?query=%7B%22range%22%3A%7B%22start%22%3Anull%2C%22end%22%3Anull%2C%22contig%22%3Anull%7D%2C%22filters%22%3A%5B%7B%22filterValue%22%3A%22NORMAL%22%2C%22columnName%22%3A%22sample_name%22%2C%22type%22%3A%22%3D%22%7D%2C%7B%22filterValue%22%3A%2250%22%2C%22columnName%22%3A%22info%3ADP%22%2C%22type%22%3A%22%3E%22%7D%5D%2C%22sortBy%22%3A%5B%7B%22order%22%3A%22desc%22%2C%22columnName%22%3A%22sample%3ARD%22%7D%5D%2C%22page%22%3A0%2C%22limit%22%3A250%7D
config:
<<: *std-config

0 comments on commit e594fa1

Please sign in to comment.