Skip to content

Commit c8a89cd

Browse files
committed
chore: removed unused uninstallation of extension
1 parent 0ce2a89 commit c8a89cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/tools/extensions.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ describe('extension', () => {
122122
assert.ok(list.length === 1, 'List should have only one extension');
123123
const reinstalled = list.find(e => e.id === extensionId);
124124
assert.ok(reinstalled, 'Extension should be present after reload');
125-
await context.uninstallExtension(EXTENSION_WITH_SW_PATH);
126125
});
127126
});
128127
it('triggers an extension action', async () => {
@@ -148,7 +147,6 @@ describe('extension', () => {
148147
t => t.type() === 'page' && t.url().includes(extensionId),
149148
);
150149
assert.ok(pageTargetAfter, 'Page should exist after action');
151-
await context.uninstallExtension(EXTENSION_WITH_SW_PATH);
152150
},
153151
{},
154152
{

0 commit comments

Comments
 (0)