Skip to content

Commit

Permalink
test: fix the chrome selenium identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Aug 26, 2024
1 parent ab80d70 commit ed78304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/selenium/selenium.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ versionRange.forEach(version => {
const seleniumTest = events.find(event => event.type === 'test').content
assert.include(seleniumTest.meta, {
[TEST_BROWSER_DRIVER]: 'selenium',
[TEST_BROWSER_NAME]: 'chrome-headless-shell',
[TEST_BROWSER_NAME]: 'chrome',
[TEST_TYPE]: 'browser',
[TEST_IS_RUM_ACTIVE]: 'true'
})
Expand Down

0 comments on commit ed78304

Please sign in to comment.