-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Test] Update E2E tests for the User Dashboard UI redesign #23774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
354888c
Update locators according to new UI Dashboard
artaleks9 19b97f3
Merge branch 'main' of github.com:eclipse/che into che#23736
artaleks9 e70951e
Fix 'SshUrlNoOauthPatFactory' 'RefusedOAuthFactory' E2E tests
artaleks9 54b05ac
Resolve merge conflict
artaleks9 0dbe81f
Update locators
artaleks9 42d3b2f
Synchronize with main branch
artaleks9 8d54bcb
Do formatting
artaleks9 6b667d8
Merge branch 'main' of github.com:eclipse/che into che#23736-2
artaleks9 ab47259
Merge branch 'main' of github.com:eclipse/che into che#23736-2
artaleks9 319fa3f
Fix locators relaed to 'RevokeOauth' test
artaleks9 22ac017
Fix up 'CreateWorkspaceWithExistingNameFromGitUrl' test
artaleks9 2b17e42
Fix up
artaleks9 e7ffcb1
Fix up
artaleks9 c2c6d09
Fix up
artaleks9 d9d0a46
Fix up
artaleks9 3b21562
Fix up
artaleks9 316851d
Add timeout to debug
artaleks9 99faf26
Merge branch 'main' of github.com:eclipse/che into che#23736-2
artaleks9 f8d5863
Add steps to debug losing of text
artaleks9 21293c8
Add timeout steps to debug
artaleks9 356c5a9
Merge branch 'main' of github.com:eclipse/che into che#23736-2
artaleks9 c52b927
Change timeout in debug steps
artaleks9 99104bc
Fix up timeout debug
artaleks9 16124f6
Remove debug steps
artaleks9 4604411
Fix up 'Documentation' test
artaleks9 7636cc5
Update copyright lines
artaleks9 286e867
Fix up locators according to review
artaleks9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This logging looks like a leftover from debugging.
Could you please check whether it is still needed?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, in general, this can be deleted.
It was added, because the test
CreateWorkspaceWithExistingNameFromGitUrlwas failing, a part of text in the Url field was lost and it was difficult to define from the log in what moment it happened. So I decided to leave it. Now with the last image-dashboard the test passes.