Skip to content
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

XWIKI-22582: Add automated test for "Switch between Icon Themes" #3628

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2024

  1. XWIKI-22582: Add automated test for "Switch between Icon Themes"

    * Tried to add a new test
    
    (WIP, right now the test fails because the Administration extension is not loaded)
    Sereza7 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    abb1db5 View commit details
    Browse the repository at this point in the history
  2. XWIKI-22582: Add automated test for "Switch between Icon Themes"

    * Fixed the setup. The adminUI should not be only in the test scope. It's probably because we need to build the WAR and THEN only we test. We want this adminUI in the WAR.
    Sereza7 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e7e1789 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. XWIKI-22582: Add automated test for "Switch between Icon Themes"

    * Fixed the test.
    
    Note: I don't think it's correct to use the driver directly in the test, but the use case here is very specific. I use the fact that there's always an icon in the breadcrumb (home-first item) to check the state of the iconTheme.
    Sereza7 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1b396b1 View commit details
    Browse the repository at this point in the history
  2. XWIKI-22582: Add automated test for "Switch between Icon Themes"

    * Reverted non needed changes
    * Cleaned up the test class
    Sereza7 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    892777b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ed7df View commit details
    Browse the repository at this point in the history