Select element with the more stable identifiers available #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should avoid relying on brittle selectors like
button
orh1
that is likely to be changed by the devs. Instead, we could ask them to include specific selector for automates or data-binded selector that are unlikely to change over time, like#ids
or[data-cy=submit]
.I did not rewritted every all of them, the last testcase
Allow to disconnect a connected user
need a full refactor separately.