You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create E2E test to select buttons inside HeaderButtons on the room header such as the thread button and the room info button with findByRole("button", {name: "" }).
Since the content rendered by clicking those buttons is not a tabbed content tagged with role="tabpanel", it should be fine to tag them as role="button".