Fix TC-548 and TC-553 e2e tests [WPB-27246]#21897
Merged
Merged
Conversation
iskvortsov
requested review from
arjita-mitra,
e-maad,
ikotarac,
otto-the-bot,
screendriver,
thisisamir98 and
zskhan
as code owners
July 17, 2026 14:19
screendriver
requested changes
Jul 20, 2026
iskvortsov
enabled auto-merge
July 20, 2026 10:34
zskhan
previously approved these changes
Jul 20, 2026
iskvortsov
dismissed
zskhan’s stale review
July 20, 2026 13:41
The merge-base changed after approval.
zskhan
previously approved these changes
Jul 20, 2026
iskvortsov
dismissed
zskhan’s stale review
July 20, 2026 14:11
The merge-base changed after approval.
zskhan
previously approved these changes
Jul 20, 2026
screendriver
requested changes
Jul 20, 2026
screendriver
left a comment
Member
There was a problem hiding this comment.
The whole Git commit history is broken now
iskvortsov
force-pushed
the
is/fixing_folder_e2e_test
branch
from
July 20, 2026 14:20
ad2e1c3 to
5baefb4
Compare
screendriver
approved these changes
Jul 20, 2026
zskhan
approved these changes
Jul 20, 2026
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.
https://wearezeta.atlassian.net/browse/WPB-27246
TC-548 test is failing due to stale state condition and because test is running to fast. This condition cannot be reproduced manually and can be fixed by changing sequence of calls in precondition section of the code.
TC-553 was skipped before due to bug WPB-22266. But in reality it’s a e2e test implementation issue and stale state condition that could not be reproduced in real usage of the app.