We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce2a89 commit c8a89cdCopy full SHA for c8a89cd
1 file changed
tests/tools/extensions.test.ts
@@ -122,7 +122,6 @@ describe('extension', () => {
122
assert.ok(list.length === 1, 'List should have only one extension');
123
const reinstalled = list.find(e => e.id === extensionId);
124
assert.ok(reinstalled, 'Extension should be present after reload');
125
- await context.uninstallExtension(EXTENSION_WITH_SW_PATH);
126
});
127
128
it('triggers an extension action', async () => {
@@ -148,7 +147,6 @@ describe('extension', () => {
148
147
t => t.type() === 'page' && t.url().includes(extensionId),
149
);
150
assert.ok(pageTargetAfter, 'Page should exist after action');
151
152
},
153
{},
154
{
0 commit comments