Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Oct 18, 2024
1 parent ce67a9e commit 5d2950a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/server/test/unit/browsers/firefox_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ describe('lib/browsers/firefox', () => {
'/path/to/appData/firefox-stable/interactive': {},
})

sinon.stub(protocol, '_connectAsync').resolves(null)

wdInstance = {
maximizeWindow: sinon.stub(),
installAddOn: sinon.stub(),
Expand All @@ -58,8 +56,6 @@ describe('lib/browsers/firefox', () => {
wdInstance.navigateTo.resolves(undefined)

sinon.stub(webdriver, 'newSession').resolves(wdInstance)

stubFoxdriver()
})

context('#open', () => {
Expand Down

0 comments on commit 5d2950a

Please sign in to comment.