-
Notifications
You must be signed in to change notification settings - Fork 116
fix tour test_link_to_document #4767
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
Closed
emge-odoo
wants to merge
10
commits into
master-mysterious-egg-next
from
master-mysterious-egg-emge-6
Closed
fix tour test_link_to_document #4767
emge-odoo
wants to merge
10
commits into
master-mysterious-egg-next
from
master-mysterious-egg-emge-6
Conversation
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 PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg-next, it needs to be retargeted before it can be merged. |
6e36b56
to
48edd7d
Compare
af0cc5d
to
1b54f0c
Compare
2e9b9d5
to
8c5e439
Compare
Because when we change the link element in the popover and apply, we always close the current one and open a new one, the loading at the apply is redundant. We do the reopening to let the overlay plugin reposition popover, and let browser handle the relative/root-relative url to add the domain.
8c5e439
to
2e0c6b5
Compare
This commit contains multiple changes squashed together, coming from various pull requests on master-mysterious-egg. These changes includes: - No image in colorpicker and working gradient editor for preset background - Clean carousel related tests, remove repeated ones and merge/rename files - Fix logo adding/removing option - Use only "color" tabs in countdown color picker options - Add support for compact hex colors (e.g. #fff) - Fix color styling - Fix setExtraStep - Auto-optimize image upon replace media - Adapt extra product image to also rely on openMediaDialog - Use correct mimetype fields from dataset - Adapt tests - Refresh Dynamic Snippet Carousel when scrolling mode is changed Co-authored-by: Alessandro Lupo <[email protected]> Co-authored-by: Benoit Socias <[email protected]> Co-authored-by: divy-odoo <[email protected]> Co-authored-by: emge-odoo <[email protected]> Co-authored-by: FrancoisGe <[email protected]> Co-authored-by: Jinjiu Liu <[email protected]> Co-authored-by: Keval Bhatt <[email protected]> Co-authored-by: Serhii Rubanskyi - seru <[email protected]>
2e0c6b5
to
8478118
Compare
1b54f0c
to
433d694
Compare
921bf70
to
18d31a3
Compare
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.
[MSH] Click on Anchor button, Upload button is missing(previously we have anchor link input and beside that we have upload button), due to this test_link_to_document is getting failed.