feat: remove analytics tab
This commit is contained in:
@@ -13,20 +13,12 @@ test.describe('Home component tests', () => {
|
||||
test('should switch to Dashboard content when Dashboard tab is clicked', async ({
|
||||
page
|
||||
}) => {
|
||||
await page.click('text=Analytics');
|
||||
await page.click('text=Settings');
|
||||
await page.click('text=Dashboard');
|
||||
|
||||
await expect(page.locator('text=Dashboard')).toBeVisible();
|
||||
});
|
||||
|
||||
test('should switch to Analytics content when Analytics tab is clicked', async ({
|
||||
page
|
||||
}) => {
|
||||
await page.click('text=Analytics');
|
||||
|
||||
await expect(page.locator('text=Analytics')).toBeVisible();
|
||||
});
|
||||
|
||||
test('should switch to Settings content when Settings tab is clicked', async ({
|
||||
page
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user