test(gui): fix and enable add-account scenarios#876
Merged
Conversation
8362d7c to
40643c1
Compare
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
40643c1 to
ac176bf
Compare
saw-jan
commented
Apr 22, 2026
|
|
||
| @smoke @skip | ||
| @smoke | ||
| Scenario: Add space manually from sync connection window |
Contributor
Author
There was a problem hiding this comment.
@prashant-gurung899 @anon-pradip Please, try to run this scenario. It passed once on my machine but refuse to pass now.
Contributor
There was a problem hiding this comment.
In my machine, it didn't pass even once.
Scenario: Add space manually from sync connection window
Given user "Alice" has been created in the server with default attributes ... passed in 0.107s
Given user "Alice" has created folder "simple-folder" in the server ... passed in 0.084s
And the user has started the client ... passed in 1.046s
And the user has entered the following account information: ... passed in 3.241s
| server | %local_server% |
| user | Alice |
| password | 1234 |
When the user selects manual sync folder option in advanced section ... passed in 0.640s
And the user syncs the "Personal" space ... failed in 0.679s
ASSERT FAILED: Next button is not enabled
Deleting folder: Alice
Contributor
Author
There was a problem hiding this comment.
hmm, yeah. that's the error. space is not being selected.
I will skip the test for now and enable with fix later on
Contributor
Author
There was a problem hiding this comment.
this will be fixed by #879, but I need review from the dev team
Contributor
There was a problem hiding this comment.
Cool. Then, we can merge this one.
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
30 tasks
saw-jan
added a commit
that referenced
this pull request
May 12, 2026
* test(gui): enable manual folder sync scenario Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): enable account re-add scenario Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): skip manual sync scenario Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): check space selection Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): remove obsolete step files Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
saw-jan
added a commit
that referenced
this pull request
May 13, 2026
* test(gui): enable manual folder sync scenario Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): enable account re-add scenario Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): skip manual sync scenario Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): check space selection Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test(gui): remove obsolete step files Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
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.
Part of #861