Skip to content

Commit

Permalink
Update contrib and core to 0.22 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhennoch authored Jun 28, 2021
1 parent 6ab7d85 commit d5d1b52
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 177 deletions.
2 changes: 1 addition & 1 deletion integration-tests/tests/cdn/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ module.exports = {

const cdnUrl = 'https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js';
await browser.assert.strictEqual(rumScriptFetchSpan.tags['http.url'], cdnUrl);
await browser.assert.strictEqual(rumScriptFetchSpan.tags['splunk.rumVersion'], '0.5.0');
await browser.assert.strictEqual(rumScriptFetchSpan.tags['splunk.rumVersion'], '0.6.0');
},
};
4 changes: 2 additions & 2 deletions integration-tests/tests/user-interaction/mouse.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ module.exports = {

await browser.assert.strictEqual(clickSpan.tags['component'], 'user-interaction');
await browser.assert.strictEqual(clickSpan.tags['event_type'], 'click');
await browser.assert.strictEqual(clickSpan.tags['target_element'], 'HTML');
await browser.assert.strictEqual(clickSpan.tags['target_xpath'], '//html');
await browser.assert.strictEqual(clickSpan.tags['target_element'], 'BUTTON');
await browser.assert.strictEqual(clickSpan.tags['target_xpath'], '//*[@id="btn1"]');
await browser.assert.strictEqual(clickSpan.tags['ot.status_code'], 'UNSET');

await browser.globals.assertNoErrorSpans();
Expand Down
Loading

0 comments on commit d5d1b52

Please sign in to comment.