-
Notifications
You must be signed in to change notification settings - Fork 95
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
Enable new UI and adapt all integration tests #4604
Merged
Merged
Conversation
This file contains 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
Open
Open
Open
d82a705
to
0421fc0
Compare
821417e
to
3a09179
Compare
77ab0dc
to
2a28448
Compare
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
--------- Signed-off-by: Iliyan Velichkov <[email protected]> Co-authored-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
* switch tests to the new UI Signed-off-by: Iliyan Velichkov <[email protected]> * MailIT works as well Signed-off-by: Iliyan Velichkov <[email protected]> * switch more tests to the new UI Signed-off-by: Iliyan Velichkov <[email protected]> --------- Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
* add dummy change Signed-off-by: Iliyan Velichkov <[email protected]> * enable new UI by default Signed-off-by: Iliyan Velichkov <[email protected]> * fix tests execution - run them with the old UI until adapted Signed-off-by: Iliyan Velichkov <[email protected]> * Changed DirigibleHomepageIT test to work with new UI (#4617) --------- Signed-off-by: Iliyan Velichkov <[email protected]> Co-authored-by: Iliyan Velichkov <[email protected]> * add generic solution to reload config after test classes Signed-off-by: Iliyan Velichkov <[email protected]> * make openWorkbench to work with the new and the old UI Signed-off-by: Iliyan Velichkov <[email protected]> * format the code Signed-off-by: Iliyan Velichkov <[email protected]> * improve failure messages and elements search Signed-off-by: Iliyan Velichkov <[email protected]> * don't let the logs to affect the matching, increase search time Signed-off-by: Iliyan Velichkov <[email protected]> * switch tests to the new UI (#4657) * switch tests to the new UI Signed-off-by: Iliyan Velichkov <[email protected]> * MailIT works as well Signed-off-by: Iliyan Velichkov <[email protected]> * switch more tests to the new UI Signed-off-by: Iliyan Velichkov <[email protected]> --------- Signed-off-by: Iliyan Velichkov <[email protected]> * reduce ELEMENT_SEARCH_IN_FRAME_MILLIS (#4663) Signed-off-by: Iliyan Velichkov <[email protected]> * fix: fixing test * codeql on all branches Signed-off-by: Iliyan Velichkov <[email protected]> * Update IDE.java Signed-off-by: bobinkata <[email protected]> * Update BrowserImpl.java Signed-off-by: bobinkata <[email protected]> * Update CreateNewProjectIT.java Signed-off-by: bobinkata <[email protected]> * fix: fixing comments * fix: fixing comments * fix: fixing comments --------- Signed-off-by: Iliyan Velichkov <[email protected]> Signed-off-by: bobinkata <[email protected]> Co-authored-by: Iliyan Velichkov <[email protected]> Co-authored-by: Valentin <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
725bff3
to
603b32d
Compare
Signed-off-by: Iliyan Velichkov <[email protected]>
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.
Enable new UI and adapt all integration tests.
Remove all methods in tests with comment
// TODO - method to be removed once the test is adapted to the new UI