Skip to content

Commit

Permalink
test signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinet18 committed Sep 30, 2024
1 parent 085660a commit 53e0d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/integration-tests/tests/errors/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ module.exports = {
// check errorSpan2.tags['error.source_map_ids'] contains the strings script1.min.js and the hash text
await browser.assert.ok(errorSpan1.tags['error.source_map_ids'].includes('script1.min.js'));
await browser.assert.ok(errorSpan1.tags['error.source_map_ids'].includes('9663c60664c425cef3b141c167e9b324240ce10ae488726293892b7130266a6b'));

// clear spans and do same for button2
browser.globals.clearReceivedSpans();
await browser.click('#button2');
Expand Down

0 comments on commit 53e0d7a

Please sign in to comment.