From f76c7c3794cbf7f26d440ac632145a9ac3620bcb Mon Sep 17 00:00:00 2001 From: Andrew Duncan Date: Mon, 27 Jul 2020 14:01:27 -0400 Subject: [PATCH] fix failing travis test --- cypress/integration/ExploreGDC.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cypress/integration/ExploreGDC.js b/cypress/integration/ExploreGDC.js index 9de5e34..2e20b3c 100644 --- a/cypress/integration/ExploreGDC.js +++ b/cypress/integration/ExploreGDC.js @@ -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 @@ -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)