We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee5689 commit cdde8e3Copy full SHA for cdde8e3
special-pages/pages/new-tab/app/favorites/integration-tests/favorites.spec.js
@@ -51,13 +51,6 @@ test.describe('newtab favorites', () => {
51
await ntp.openPage({ platformName: 'macos' });
52
await favorites.opensInNewWindow();
53
});
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
- });
61
test('Adds an item', async ({ page }, workerInfo) => {
62
const ntp = NewtabPage.create(page, workerInfo);
63
const favorites = new FavoritesPage(ntp);
0 commit comments