-
Notifications
You must be signed in to change notification settings - Fork 168
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
[POC] Run phoenix tests on internet explorer #2082
Conversation
935e22a
to
85f4d5e
Compare
400579a
to
d2d76f8
Compare
Regarding the issue with "finally", it seems to only happen when I have the markdown and other apps enabled. The files app works fine. I noticed that we are not loading the "core-js" lib for those apps, maybe we need to add it there. |
@dpakach @individual-it I tried pushing into this branch something that could maybe help with the finally promise error. Let me know if it helped you. If not feel free to simply drop the commit. |
current status of the tests
skipped renaming and upload, fixed sharing, lets see whats next |
made rename and create folder input work new status
|
wow, that thing can really pass
now need to find out, why that single test fails on Chrome |
2a04285
to
e073f75
Compare
tests/drone/config.json
Outdated
@@ -8,7 +8,7 @@ | |||
"authUrl": "http://owncloud/index.php/apps/oauth2/authorize" | |||
}, | |||
"apps" : [ | |||
"files", "markdown-editor", "pdf-viewer", "media-viewer", "draw-io" |
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 will have impact on the build command ... I'd love to keep this list.
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.
even if the other apps are not tested (yet)?
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.
deleted that commit, lets see if it still passes
Co-authored-by: LukasHirt <[email protected]>
IE does not navigate correctly without the reload
IE looses random keys when receiving the complete string
in IE the key is not "ELEMENT" but an other ID
moveTo gives problems in IE and is not needed here
0cec481
to
d613452
Compare
to make sure IE tests still pass I've opened a temporary PR, running only them: #2208 |
solved, please review again
Description
add drone and nightwatch configuration for running acceptance tests in internet explorer using saucelabs.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: