-
Notifications
You must be signed in to change notification settings - Fork 400
test: refine e2e test #20761
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: refine e2e test #20761
Conversation
🚨 PR Title Validation Failed 🚨Your pull request title does not follow the required format. Please update it to match the expected pattern: Expected format: Allowed Types
Example of a valid PR title✅ ❌ Merge is blocked until the PR title is corrected. |
spartacus
|
||||||||||||||||||||||||||||
| Project |
spartacus
|
| Branch Review |
fix/CXSPA-11031
|
| Run status |
|
| Run duration | 03m 37s |
| Commit |
|
| Committer | Niehua Yang |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
3
|
|
|
0
|
|
|
0
|
|
|
101
|
| View all changes introduced in this branch ↗︎ | |
Merge Checks Failed |
…to fix/CXSPA-11031
…to fix/CXSPA-11031
| ).then((customerId) => { | ||
| cy.visit('/assisted-service/emulate?customerId=' + customerId); | ||
|
|
||
| agentLoginForJDK21(b2cAgent.userName, b2cAgent.password); |
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.
I am a little confused, don't we need it any more? how does the agent login without this?
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.
agent already logged in the above 60th line, so no need to log in again
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.
LGTM.
No description provided.