Skip to content

Commit

Permalink
Update chromedriver version (#3577)
Browse files Browse the repository at this point in the history
* update chromedriver

* update price

---------

Co-authored-by: justinchou-google <justinchou-google@users.noreply.github.com>
  • Loading branch information
justinchou-google and justinchou-google authored Sep 27, 2024
1 parent cfa389a commit 2205cf6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 27 deletions.
47 changes: 23 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@storybook/html": "7.6.19",
"@storybook/manager-webpack5": "6.5.16",
"cheerio": "1.0.0-rc.12",
"chromedriver": "127.0.2",
"chromedriver": "129.0.0",
"cookie-parser": "1.4.6",
"hogan-express": "0.5.2",
"is-running": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/pages/enterpriseContribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const commands = {
},
contribute: function () {
return this.log('Clicking contribute button')
.assert.textContains('@contributeBtn', 'Contribute $16 / month')
.assert.textContains('@contributeBtn', 'Contribute $25 / month')
.click('@contributeBtn');
},
};
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/enterpriseContribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
.assert.screenshotIdenticalToBaseline('html', 'enterprise-contribution')
.viewContributionOffers()
.assert.textContains('@contributionHeader', 'RRM:E Contributions Demo')
.assert.textContains('@priceChip', '$16')
.assert.textContains('@priceChip', '$25')
.contribute()
.checkPayment()
.end();
Expand Down

0 comments on commit 2205cf6

Please sign in to comment.