nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

Test-only: Demonstrate multitheme bug #309

Closed WidgetsBurritos closed 2 years ago

WidgetsBurritos commented 3 years ago

This is a test-only PR to demonstrate the issue in #308.

Unfortunately, I'm shooting blind writing this test as I was experiencing weird chrome issues inside of my docker container when attempting to run the tests.

Essentially, I'm reusing the other tests that already work, but simply setting the default theme to stark and then using the theme manager to switch the theme prior to running the tests. I will open a separate PR that includes the proposed fix.

WidgetsBurritos commented 3 years ago

There's something wrong with the test as written. I finally was able to get things working in docker locally, so I'll see if I can sort it out and push again.