Skip to content

Commit

Permalink
Merge pull request #72 from agduncan94/feature/fixExploreGDC
Browse files Browse the repository at this point in the history
fix failing travis test
  • Loading branch information
agduncan94 authored Jul 27, 2020
2 parents da4c794 + f76c7c3 commit 20554d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cypress/integration/ExploreGDC.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ describe('Explore GDC', function() {
})

checkAllResultsTab(
['Showing 1 to 20 of 3,110', 'TCGA-A5-A1OF', 'TCGA-AJ-A3EK'],
['Showing 1 to 20 of 21,168', 'TP53', 'TTN'],
['Showing 1 to 20 of 120,824', 'chr2:g.208248388C>T', 'chr17:g.7673803G>A']
['Showing 1 to 20 of 3,111', 'TCGA-A5-A1OF', 'TCGA-AJ-A3EK'],
['Showing 1 to 20 of 21,169', 'TP53', 'TTN'],
['Showing 1 to 20 of 120,896', 'chr2:g.208248388C>T', 'chr17:g.7673803G>A']
)

// Select is cancer gene census - 1
Expand All @@ -131,9 +131,9 @@ describe('Explore GDC', function() {
})

checkAllResultsTab(
['Showing 1 to 20 of 364', 'TCGA-A5-A1OF', 'TCGA-AJ-A3EK'],
['Showing 1 to 20 of 365', 'TCGA-A5-A1OF', 'TCGA-AJ-A3EK'],
['Showing 1 to 20 of 575', 'TP53', 'PIK3CA'],
['Showing 1 to 20 of 5,949', 'chr7:g.140753336A>T', 'chr2:g.208248388C>T']
['Showing 1 to 20 of 5,952', 'chr7:g.140753336A>T', 'chr2:g.208248388C>T']
)

selectResultsTab(0)
Expand Down

0 comments on commit 20554d2

Please sign in to comment.