mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Theme: More theme updates (#33076)
* Theme: More theme updates * Updated so Switch design * increase limit
This commit is contained in:
@@ -91,8 +91,8 @@ describe('AppRootPage', () => {
|
||||
|
||||
// check that plugin and nav links were rendered, and plugin is mounted only once
|
||||
expect(await screen.findByText('my great plugin')).toBeVisible();
|
||||
expect(await screen.findByRole('link', { name: 'A page' })).toBeVisible();
|
||||
expect(await screen.findByRole('link', { name: 'Another page' })).toBeVisible();
|
||||
expect(await screen.findByLabelText('Tab A page')).toBeVisible();
|
||||
expect(await screen.findByLabelText('Tab Another page')).toBeVisible();
|
||||
expect(RootComponent.timesMounted).toEqual(1);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user