Skip to content

Commit

Permalink
quick fix for #7285 (closes #7285) (#7950)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev authored Aug 18, 2023
1 parent 7e60df5 commit 057e22a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,9 @@ module.exports = class MarionetteClient {
async quit () {
await this._request({ command: COMMANDS.quit });
}

// NOTE: This method is empty because of the code structure
async closeBrowserChildWindow () {
}
};

1 change: 0 additions & 1 deletion test/functional/fixtures/multiple-windows/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ describe('Multiple windows', () => {

it('Should not hang on close window whide video is recording', () => {
return runTests('testcafe-fixtures/i6037.js', '', {
only: 'chrome',
setVideoPath: true,
});
});
Expand Down

0 comments on commit 057e22a

Please sign in to comment.