-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[TEST] [E2E] Added test for setting balance and exporting gift cards #4650
[TEST] [E2E] Added test for setting balance and exporting gift cards #4650
Conversation
🦋 Changeset detectedLatest commit: db23b91 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is stale because it has been open 14 days with no activity. |
@@ -208,6 +208,7 @@ jobs: | |||
E2E_USER_NAME: ${{ secrets.CYPRESS_USER_NAME }} | |||
E2E_USER_PASSWORD: ${{ secrets.CYPRESS_USER_PASSWORD }} | |||
E2E_PERMISSIONS_USERS_PASSWORD: ${{ secrets.CYPRESS_PERMISSIONS_USERS_PASSWORD }} | |||
MAILPITURL: ${{ secrets.CYPRESS_MAILPITURL }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not cypress, i think you meant ${{ secrets.MAILPITURL }}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you approve it and maybe in next PR I will fix all variables: CYPRESS_MAILPITURL, CYPRESS_PERMISSIONS_USERS_PASSWORD, CYPRESS_USER_PASSWORD, CYPRESS_USER_NAME etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the status of it? Those comments has 3 weeks
@@ -63,6 +63,7 @@ jobs: | |||
E2E_USER_NAME: ${{ secrets.CYPRESS_USER_NAME }} | |||
E2E_USER_PASSWORD: ${{ secrets.CYPRESS_USER_PASSWORD }} | |||
E2E_PERMISSIONS_USERS_PASSWORD: ${{ secrets.CYPRESS_PERMISSIONS_USERS_PASSWORD }} | |||
MAILPITURL: ${{ secrets.CYPRESS_MAILPITURL }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
@@ -70,6 +70,7 @@ jobs: | |||
E2E_USER_NAME: ${{ secrets.CYPRESS_USER_NAME }} | |||
E2E_USER_PASSWORD: ${{ secrets.CYPRESS_USER_PASSWORD }} | |||
E2E_PERMISSIONS_USERS_PASSWORD: ${{ secrets.CYPRESS_PERMISSIONS_USERS_PASSWORD }} | |||
MAILPITURL: ${{ secrets.CYPRESS_MAILPITURL }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the status?
Waiting for review from SRE, not able to merge before that |
What type of PR is this?
Related Issues or Documents
Usage Instructions, Screenshots, Recordings
Have you written tests?
[Optional] Description