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

Create menubar web component #2611

Merged
merged 2 commits into from
Nov 3, 2023

Commits on Nov 3, 2023

  1. Create menubar web component

    Create a small Web component wrapper to show the Menubar as a web component, which encapsulate the menubar CSS and the HTML.
    sascha-karnatz committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5bdb95c View commit details
    Browse the repository at this point in the history
  2. Add Capybara Shadowdom gem

    Parts of the page feature are failing because the selector of the menubar isn't available anymore, because that part is in a shadow root of the menubar component.
    sascha-karnatz committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    34320ee View commit details
    Browse the repository at this point in the history