Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
|
Thanks for your help @phil-davis |
Codecov Report
@@ Coverage Diff @@
## master #37649 +/- ##
=========================================
Coverage 64.74% 64.74%
Complexity 19360 19360
=========================================
Files 1281 1281
Lines 75622 75622
Branches 1333 1333
=========================================
Hits 48959 48959
Misses 26271 26271
Partials 392 392
Continue to review full report at Codecov.
|
| try { | ||
| $this->calDav->createCalendar($principal, 'personal', [ | ||
| '{DAV:}displayname' => $this->l10n->t('Personal'), | ||
| '{http://apple.com/ns/ical/}calendar-color' => '#1d2d44']); |
There was a problem hiding this comment.
The calendar color corresponds to the owncloud color? Interesting ....
There was a problem hiding this comment.
I searched and replaced the previously used color project wide. Must be a hell of a coincidence.
There was a problem hiding this comment.
I have no idea about that. I am just trying to find which thing crashes the UI tests.
And I guess that @ChrisEdS did a global search-replace of this color code.
|
All the ordinary color code changes pass fine. |
|
The |
|
See PR #37650 for this code with the commits squashed... for review. |
|
Merged in #37650 |
Description
PR #37628 gets a weird browser crash in drone CI webUI tests.
I will add the changes there one-by-one to this PR and see when it goes wrong.
Related Issue
How Has This Been Tested?
CI
Types of changes
Checklist: