-
Notifications
You must be signed in to change notification settings - Fork 154
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
RHIDP-1074 [Playwright tests] enable quay.spec.ts test #904
RHIDP-1074 [Playwright tests] enable quay.spec.ts test #904
Conversation
|
The image is available at: |
7d622ae
to
295de8c
Compare
The image is available at: |
295de8c
to
453cbb0
Compare
The image is available at: |
The image is available at: |
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
/approve
2b1497e
to
4395e20
Compare
/lgtm |
The image is available at: |
4395e20
to
1d97fe0
Compare
The image is available at: |
1 similar comment
The image is available at: |
e3f8a26
to
b7f3fcc
Compare
The image is available at: |
b7f3fcc
to
38cc63f
Compare
The image is available at: |
38cc63f
to
2e0218e
Compare
The image is available at: |
a9cca87
to
25295c4
Compare
`${UIhelperPO.MuiTable} thead th >> text="${header}"`, | ||
); | ||
const count = await headerLocator.count(); | ||
expect(count).toBeGreaterThan(0); |
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 we use toBeVisible instead? I believe it would accomplish the same thing while also ensuring visibility.
The image is available at: |
Signed-off-by: Gustavo Lira <[email protected]>
Make possible to disable html report Signed-off-by: Gustavo Lira <[email protected]> Signed-off-by: Gustavo Lira <[email protected]>
25295c4
to
1923ab0
Compare
Quality Gate passedIssues Measures |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: josephca The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The image is available at: |
5fde1cd
into
redhat-developer:main
Description
Please explain the changes you made here.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer