Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #165 from vania-pooh/master
Browse files Browse the repository at this point in the history
Removed firstMatch with empty array (does not work in Chrome 75.0)
  • Loading branch information
vania-pooh authored Jul 21, 2019
2 parents b08087a + 7d28045 commit ae55573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/containers/Capabilities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ class Capabilities extends Component {
"browserName": `${browser.name}`,
"browserVersion": `${browser.version}`,
"selenoid:options": { "enableVNC": true, "sessionTimeout": "60m" }
},
"firstMatch": []
}
}
};

Expand Down

0 comments on commit ae55573

Please sign in to comment.