Skip to content

Commit cdde8e3

Browse files
committed
Remove unused test
1 parent 1ee5689 commit cdde8e3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

special-pages/pages/new-tab/app/favorites/integration-tests/favorites.spec.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ test.describe('newtab favorites', () => {
5151
await ntp.openPage({ platformName: 'macos' });
5252
await favorites.opensInNewWindow();
5353
});
54-
test('Opens a favorite in background tab', async ({ page }, workerInfo) => {
55-
const ntp = NewtabPage.create(page, workerInfo);
56-
const favorites = new FavoritesPage(ntp);
57-
await ntp.reducedMotion();
58-
await ntp.openPage({ platformName: 'windows' });
59-
await favorites.opensInBackgroundTab();
60-
});
6154
test('Adds an item', async ({ page }, workerInfo) => {
6255
const ntp = NewtabPage.create(page, workerInfo);
6356
const favorites = new FavoritesPage(ntp);

0 commit comments

Comments
 (0)