-
Notifications
You must be signed in to change notification settings - Fork 6
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 certificate tab #266
Test certificate tab #266
Conversation
Signed-off-by: hpathak <[email protected]>
Signed-off-by: hpathak <[email protected]>
}) | ||
|
||
test('test title of page & required fields', async ({ page }) => { | ||
await page.waitForTimeout(5000); |
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.
can we remove all these timeouts, they are not doing anything.
await expect(certificatePage.editor_title_element).toBeTruthy(); | ||
await certificatePage.closeButton() | ||
}) | ||
test('test all available options for verify certificates', async ({ page }) => { |
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.
cant you do this in the first test?
}); | ||
|
||
|
||
test('test continue button is disable', async ({ page }) => { |
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.
can't you merge this test with the completed one?
}); | ||
|
||
|
||
test('Test view job output button', async ({ page }) => { |
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 for this?
Signed-off-by: hpathak <[email protected]>
Proposed changes
This PR addresses Issue: [Link to Github issue within https://github.com/zowe/zen/issues if any]
This PR depends upon the following PRs:
Type of change
Please delete options that are not relevant.
PR Checklist
Please delete options that are not relevant.
Testing
Further comments