Open frosso opened 1 month ago
@frosso it looks like you're the original author of the failing test :) But the scope seems to be relevant to Account Lifecycle, so marking as such for now.
@anu-rock please let me know if you think differently here. Also, @alopezari I saw you explored it a bit, could you please confirm if you have any further plans here?
Also, @alopezari I saw you explored it a bit, could you please confirm if you have any further plans here?
Hi @vbelolapotkov!
A ran a bit out of ideas + didn't have enough time to dedicate to this prior to the meetup, this is why I asked @frosso to create this issue. My next step would be trying to run the failing E2E locally to see how it behaves.
What I can tell so far is that we're kind of treating this failing test as flaky, but a flaky test fails intermittently and this one tends to be consistent but only when running in the Code Freeze workflow. Thereby, I'm leaning towards considering it an environmental issue rather than a flaky one, but still this is just an hypothesis and we need to keep investigating it.
I'm changing focus to checkout as discussed here in slack: p1728902131656049-slack-C02L752DS0G @alopezari if you have spare time to play with it further and help folks, feel free to do so :)
Description
The
payment gateways disable confirmation › should show the modal even after clicking the cancel button multiple times
test seems to be failing in theRelease - Code freeze
action, but not ondevelop
. Manual testing seems fine. It looks like the test's implementation has some issues.Output from the test failure:
Additional context
This has been identified and discussed internally here: p1727705043613989-slack-CGGCLBN58
Priority
Medium-Low
Reason why this e2e test is broken