We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44b84a commit d1a0e79Copy full SHA for d1a0e79
1 file changed
tests/tools/pages.test.ts
@@ -190,13 +190,12 @@ describe('pages', () => {
190
};
191
assert.ok(textContent);
192
193
- assert.equal(extensionId, 'testExtension');
194
-
195
- const text = textContent.text.replaceAll(
196
- extensionId,
197
- '<extension-id>',
198
- );
199
- t.assert.snapshot?.(text);
+ // fblmfodlhkojnhihhkjijfcnomcdhfnd
+ // const text = textContent.text.replaceAll(
+ // extensionId,
+ // '<extension-id>',
+ // );
+ t.assert.snapshot?.(textContent.text);
200
await context.uninstallExtension(extensionId);
201
},
202
{},
0 commit comments