Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the CI workflow #945

Merged
merged 5 commits into from
Feb 21, 2024
Merged

Conversation

hibariya
Copy link
Contributor

@hibariya hibariya commented Nov 5, 2023

Hi. I applied the changes the same as the following PRs to the CI workflow here:

Also, I updated Flask and Capybara configurations to fix failing tests.

@@ -6,6 +6,8 @@ export default defineConfig({
react(),
],
server: {
host: '0.0.0.0',
port: 3000,
Copy link
Contributor Author

@hibariya hibariya Feb 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hideokamoto-stripe This changes Vite's port from 5173 to 3000. I did it because the current CI configuration expects the port 3000 for frontend servers. Also, I think keep the port unchanged from the original 3000 less confuse the users. But let me know if we should keep the default port number 🙏 In that case, we could sed the port in CI.

end
within_frame first('iframe[name*=__privateStripeFrame][src*=three-ds') do
within_frame first('iframe#challengeFrame') do
click_on 'Complete'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the 3DS UI has changed a bit 😅

@hibariya
Copy link
Contributor Author

@hideokamoto-stripe Hi Hide, I added some changes to make CI green 🍏 Also, left a couple of comments 🙏

@hibariya
Copy link
Contributor Author

@hideokamoto-stripe I also opened a similar PR for checkout-one-time-paymens. Could you take a look when convenient? Thanks 🙇
stripe-samples/checkout-one-time-payments#563

@hideokamoto-stripe
Copy link
Contributor

LGMT!

@hideokamoto-stripe hideokamoto-stripe merged commit 4940c6d into stripe-samples:main Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants