Skip to content

Commit

Permalink
update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 12, 2015
1 parent fbffd11 commit 431b1ed
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 0 deletions.
Binary file modified screenshots/pileup_blocks-mismatch.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 screenshots/pileup_deletions.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 screenshots/pileup_gene-utf.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 screenshots/pileup_inserts.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 screenshots/pileup_loose.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 screenshots/pileup_small-letters-mismatch.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 screenshots/pileup_wide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions screenshots/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ def inserts(self, driver):
def wide(self, driver):
pass


class StructuralVariants(Base):
host = 'localhost:8080'
base_url = 'examples/structural-variants.html'
window_size = (1280, 768)

@url('')
@hide('#stats')
@waitforjs(PILEUP_RENDERED_JS)
def base(self, driver):
pass

0 comments on commit 431b1ed

Please sign in to comment.