UI tests janitorization#6451
Merged
Merged
Conversation
OriolMunoz-da
removed their request for review
July 16, 2026 14:03
Contributor
|
re-request review when it passes CI 😄 |
Contributor
Author
|
@isegall-da could you take a look at those errors? are they related to the artifactory nuke? |
Contributor
Yes, they definitely are. I don't understand how it passed CI on my PR then 🤔 |
Contributor
I think you're just not based on the latest main. Can you rebase? |
Contributor
Author
|
ah 🤦 let me try that |
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
pawelperek-da
force-pushed
the
pawel/ui-tests-maintenance
branch
from
July 16, 2026 20:14
5d54ecf to
334c4df
Compare
OriolMunoz-da
approved these changes
Jul 17, 2026
OriolMunoz-da
left a comment
Contributor
There was a problem hiding this comment.
ty
should we add lints for all these?
Contributor
Author
|
Yeah, sounds good, I'll leave it for the tech debt though |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Among the other things
Fixes https://github.com/DACH-NY/cn-test-failures/issues/9237
Complete list of changes:
user.clickno longer hides behindwaitForuser.clickhas it's own waiting behaviour which is more robust thanwaitFor'sgetAttribute('disabled').toBeDefinedwithgetAttribute('disabled').not.toBeNullgetAttribute('disabled')returnsnullwhenfalseand""whentrue. andtoBeDefinedchecks only for!== undefined, hence it's always producing true and false positivesnot.toBe([])with.not.toHaveLength(0)not.toBe([])compares an array with newly created[]so it's always truePull Request Checklist
Cluster Testing
/cluster_teston this PR to request it, and ping someone with access to the DA-internal system to approve it./upgrade_teston this PR to request it, and ping someone with access to the DA-internal system to approve it./hdm_teston this PR to request it, and ping someone with access to the DA-internal system to approve it./lsu_teston this PR to request it, and ping someone with access to the DA-internal system to approve it.PR Guidelines
Fixes #n, and mention issues worked on using#nMerge Guidelines