You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Failed test name: Keyboard Action - Keys test - KeyDown
Failure summary:
The action failed because one test in the JavaScript example suite failed after two retries. The failing test is Keyboard Action - Keys test -> KeyDown, which asserts that a keydown event produces the character A, but the actual captured value was an empty string. - AssertionError: Expected values to be strictly deep-equal: '' !== 'A' - Failure location: test/actionsApi/keysTest.spec.js:23:12 - The rest of the test suite had 154 passing, 21 pending, 1 failing; the same test failed in both attempts, causing the process to exit with code 1.
Relevant error logs:
1: ##[group]Runner Image Provisioner2: Hosted Compute Agent
...
143: > Warning: Could not resolve keysym XF86CameraAccessToggle144: > Warning: Could not resolve keysym XF86NextElement145: > Warning: Could not resolve keysym XF86PreviousElement146: > Warning: Could not resolve keysym XF86AutopilotEngageToggle147: > Warning: Could not resolve keysym XF86MarkWaypoint148: > Warning: Could not resolve keysym XF86Sos149: > Warning: Could not resolve keysym XF86NavChart150: > Warning: Could not resolve keysym XF86FishingChart151: > Warning: Could not resolve keysym XF86SingleRangeRadar152: > Warning: Could not resolve keysym XF86DualRangeRadar153: > Warning: Could not resolve keysym XF86RadarOverlay154: > Warning: Could not resolve keysym XF86TraditionalSonar155: > Warning: Could not resolve keysym XF86ClearvuSonar156: > Warning: Could not resolve keysym XF86SidevuSonar157: > Warning: Could not resolve keysym XF86NavInfo158: Errors from xkbcomp are not fatal to the X server159: ##[group]Run actions/setup-node@v4
...
212: run `npm fund` for details213: 1 low severity vulnerability214: To address all issues, run:215: npm audit fix216: Run `npm audit` for details.217: ##[group]Run nick-invision/retry@v3.0.2218: with:219: timeout_minutes: 40220: max_attempts: 2221: command: cd examples/javascript222: npm test223:
224: retry_wait_seconds: 10225: polling_interval_seconds: 1226: warning_on_retry: true227: continue_on_error: false228: env:
...
239: ✔ Pause (2692ms)240: ✔ Clear (179ms)241: Keyboard Action - Keys test242: 1) KeyDown243: ✔ KeyUp (204ms)244: ✔ sendKeys (119ms)245: ✔ Designated Element (2153ms)246: ✔ Copy and Paste (240ms)247: Actions API - Wheel Tests248: ✔ Scroll to element (3295ms)249: ✔ Scroll by given amount (567ms)250: ✔ Scroll from an element by a given amount (584ms)251: ✔ Scroll from an element with an offset (568ms)252: ✔ Scroll from an offset of origin (element) by given amount (1051ms)253: Integration Tests254: ✔ test navigate and listen to errors (12965ms)255: Emulate geolocation
...
273: Browsing Context Inspector274: ✔ can listen to window browsing context created event (10260ms)275: ✔ can listen to tab browsing context created event (3173ms)276: ✔ can listen to dom content loaded event (3273ms)277: ✔ can listen to browsing context loaded event (3714ms)278: ✔ can listen to fragment navigated event (3586ms)279: ✔ can listen to browsing context destroyed event (3409ms)280: Network commands281: - can add intercept282: - can remove intercept283: - can continue with auth credentials 284: - can continue without auth credentials 285: - can cancel auth 286: Log Inspector287: ✔ test listen to console log (3049ms)288: ✔ test listen to javascript error log (3137ms)289: ✔ test retrieve stack trace for a log (3479ms)
...
405: ✔ Remove authenticator406: ✔ Createa and add residential key407: ✔ Add resident credential not supported when authenticator uses U2F protocol408: ✔ Create and add non residential key409: ✔ Get credential410: ✔ Remove all credentials411: ✔ Set is user verified412: Virtual authenticator options413: ✔ Virtual options414: ✔ User verified415: Select Tests416: ✔ Select an option (760ms)417: ✔ Select by multiple options (514ms)418: ✔ Try selecting disabled option419: Waits420: ✔ fail (863ms)421: ✔ sleep (2116ms)
...
438: ✔ can evaluate script that throws exception (2994ms)439: ✔ can evaluate script with result ownership (2938ms)440: ✔ can evaluate in a sandbox (3059ms)441: ✔ can evaluate in a realm (3171ms)442: ✔ can disown handles (4522ms)443: ✔ can disown handles in realm (4005ms)444: ✔ can get all realms (3240ms)445: ✔ can get realm by type (3845ms)446: ✔ can get realm in browsing context (3142ms)447: ✔ can get realm in browsing context by type (2971ms)448: ✔ can add preload script (1982ms)449: ✔ can add preload script to sandbox (1888ms)450: ✔ can remove preload script (1922ms)451: 154 passing (3m)452: 21 pending453: 1 failing454: 1) Keyboard Action - Keys test455: KeyDown:456: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:457: ''!== 'A'458: + expected - actual459: +A460: at Context.<anonymous> (test/actionsApi/keysTest.spec.js:23:12)461: at process.processTicksAndRejections (node:internal/process/task_queues:105:5)462: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1463: ##[endgroup]
...
468: ✔ Pause (2272ms)469: ✔ Clear (170ms)470: Keyboard Action - Keys test471: 1) KeyDown472: ✔ KeyUp (103ms)473: ✔ sendKeys (64ms)474: ✔ Designated Element (2333ms)475: ✔ Copy and Paste (179ms)476: Actions API - Wheel Tests477: ✔ Scroll to element (3001ms)478: ✔ Scroll by given amount (577ms)479: ✔ Scroll from an element by a given amount (611ms)480: ✔ Scroll from an element with an offset (639ms)481: ✔ Scroll from an offset of origin (element) by given amount (1085ms)482: Integration Tests483: ✔ test navigate and listen to errors (2566ms)484: Emulate geolocation
...
502: Browsing Context Inspector503: ✔ can listen to window browsing context created event (2984ms)504: ✔ can listen to tab browsing context created event (3001ms)505: ✔ can listen to dom content loaded event (3243ms)506: ✔ can listen to browsing context loaded event (2886ms)507: ✔ can listen to fragment navigated event (3235ms)508: ✔ can listen to browsing context destroyed event (3365ms)509: Network commands510: - can add intercept511: - can remove intercept512: - can continue with auth credentials 513: - can continue without auth credentials 514: - can cancel auth 515: Log Inspector516: ✔ test listen to console log (3233ms)517: ✔ test listen to javascript error log (3084ms)518: ✔ test retrieve stack trace for a log (3110ms)
...
605: Usage Test606: ✔ Creates driver wit Selenium Manager (922ms)607: Virtual authenticator608: ✔ Register a virtual authenticator609: ✔ Remove authenticator610: ✔ Createa and add residential key611: ✔ Add resident credential not supported when authenticator uses U2F protocol612: ✔ Create and add non residential key613: ✔ Get credential614: ✔ Remove all credentials615: ✔ Set is user verified616: Virtual authenticator options617: ✔ Virtual options618: ✔ User verified619: Waits620: ✔ fail (853ms)621: ✔ sleep (2097ms)
...
667: ✔ can evaluate script that throws exception (4140ms)668: ✔ can evaluate script with result ownership (3541ms)669: ✔ can evaluate in a sandbox (3351ms)670: ✔ can evaluate in a realm (3627ms)671: ✔ can disown handles (4260ms)672: ✔ can disown handles in realm (3735ms)673: ✔ can get all realms (2208ms)674: ✔ can get realm by type (1979ms)675: ✔ can get realm in browsing context (1881ms)676: ✔ can get realm in browsing context by type (1892ms)677: ✔ can add preload script (1927ms)678: ✔ can add preload script to sandbox (1940ms)679: ✔ can remove preload script (1895ms)680: 154 passing (2m)681: 21 pending682: 1 failing683: 1) Keyboard Action - Keys test684: KeyDown:685: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:686: ''!== 'A'687: + expected - actual688: +A689: at Context.<anonymous> (test/actionsApi/keysTest.spec.js:23:12)690: at process.processTicksAndRejections (node:internal/process/task_queues:105:5)691: ##[endgroup]692: ##[error]Final attempt failed. Child_process exited with error code 1693: Post job cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tmp from 0.2.3 to 0.2.4.
Commits
08fa3abUpdate version1cf4ec5Merge commit from fork188b25eFix GHSA-52f5-9888-hmc673b9fe4Add test case for GHSA-52f5-9888-hmc6b8e2f29Remove broken tests2892a02Remove outdated URLf592318Reformat package.json995ac8cMerge pull request #301 from raszi/dependabot/npm_and_yarn/braces-3.0.3caa758dBump braces from 3.0.2 to 3.0.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.