Skip to content

Commit

Permalink
Test stripe e2e (#10786)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Piouffle <[email protected]>
  • Loading branch information
hdiniz and Betree authored Nov 14, 2024
1 parent 4189eae commit d470426
Show file tree
Hide file tree
Showing 10 changed files with 550 additions and 570 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
files: ['0*.js', '1*.js', '2*.js', '3*.js']
files: ['0*.js', '1*.js', '2*.js', '3*.js', '4*.js']

services:
redis:
Expand Down
1 change: 1 addition & 0 deletions components/contribution-flow/ContributionFlowSuccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ class ContributionFlowSuccess extends React.Component {
width={['100%', null, null, '50%']}
mb={[4, null, null, 0]}
flexShrink={0}
data-cy={`contribution-id-${order.legacyId}`}
>
<Flex flexDirection="column" alignItems="center" justifyContent="center" my={4} width={1}>
<h3 className="mb-4 text-3xl font-bold">
Expand Down
207 changes: 55 additions & 152 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 @@ -242,7 +242,7 @@
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"cypress": "^13.10.0",
"cypress": "^13.15.2",
"cypress-mailpit": "^1.2.1",
"cypress-real-events": "^1.12.0",
"cz-conventional-changelog": "^3.3.0",
Expand Down
Loading

0 comments on commit d470426

Please sign in to comment.