Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed May 23, 2024
1 parent 0f67399 commit a7d9d2b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ describe('group comparison mutations tab tests', function() {

assert.equal(
getElementByTestHandle('LazyMobXTable_CountHeader').getText(),
'14 Mutations (page 1 of 1)'
'14 Mutations'
);

assert.equal(
Expand All @@ -921,7 +921,7 @@ describe('group comparison mutations tab tests', function() {

assert.equal(
getElementByTestHandle('LazyMobXTable_CountHeader').getText(),
'1 Mutation (page 1 of 1)'
'1 Mutation'
);

assert.equal(
Expand All @@ -934,7 +934,7 @@ describe('group comparison mutations tab tests', function() {

assert.equal(
getElementByTestHandle('LazyMobXTable_CountHeader').getText(),
'16 Mutations (page 1 of 1)'
'16 Mutations'
);

assert.equal(
Expand Down

0 comments on commit a7d9d2b

Please sign in to comment.