Skip to content

Commit

Permalink
Hardcoded block width of 800px on static blocks (#3207)
Browse files Browse the repository at this point in the history
* Hardcode static block widths

* Updates

* Update snaps

* Add hardcoded width

* Update story to have static block listing
  • Loading branch information
cmdcolin committed Sep 30, 2022
1 parent 36887ff commit 5c76b41
Show file tree
Hide file tree
Showing 7 changed files with 3,366 additions and 1,035 deletions.
3 changes: 2 additions & 1 deletion component_test/cypress/integration/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ describe('JBrowse embedded view', () => {
})
it('track loads', () => {
cy.visit('/')

// eslint-disable-next-line testing-library/await-async-query,testing-library/prefer-screen-queries
cy.findByTestId('Blockset-pileup').findByTestId(
'prerendered_canvas_{GRCh38}10:29,838,733..29,838,818-0_done',
'prerendered_canvas_{GRCh38}10:29,838,637..29,838,705-0_done',
{ timeout: 10000 },
)
})
Expand Down
Loading

0 comments on commit 5c76b41

Please sign in to comment.