mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-07-02 09:00:23 +00:00
🐛 Target mobile sidebar toggle via data-test (Flux overrides aria-label)
This commit is contained in:
@@ -14,7 +14,7 @@ it('renders the sidebar with the user profile reachable on mobile viewport', fun
|
||||
$page = visit('/de/dashboard');
|
||||
|
||||
$page->resize(390, 844)
|
||||
->click('[aria-label="Menü öffnen"]')
|
||||
->click('[data-test="sidebar-open"]')
|
||||
->assertSee('Dashboard')
|
||||
->assertSee('Repository')
|
||||
->assertSee('Sidebar Tester');
|
||||
|
||||
Reference in New Issue
Block a user