Skip to content

Commit 2d862af

Browse files
committed
add comment
1 parent 671e509 commit 2d862af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/server/test/unit/browsers/firefox_spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ describe('lib/browsers/firefox', () => {
126126

127127
context('#open', () => {
128128
beforeEach(function () {
129+
// majorVersion >= 86 indicates CDP support for Firefox, which provides
130+
// the CDP debugger URL for the after:browser:launch tests
129131
this.browser = { name: 'firefox', channel: 'stable', majorVersion: 100 }
130132
this.automation = {
131133
use: sinon.stub().returns({}),

0 commit comments

Comments
 (0)