Skip to content

Commit

Permalink
remove empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 27, 2024
1 parent 7ba81f6 commit 5e22244
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ exports.config = {
}
};


function generateCapabilities(browserName, version, platform, options = {}) {
const { excludes = [] } = options;
const includes = excludes.length === 0
Expand All @@ -70,7 +69,6 @@ function generateCapabilities(browserName, version, platform, options = {}) {
return includes.map(metric => newSaucelabsCapability(browserName, version, platform, metric));
}


function generateMetricsCapabilities(browserName, version, platforms, excludes) {
return platforms.flatMap(platform => generateCapabilities(browserName, version, platform, { excludes }));
}
Expand Down

0 comments on commit 5e22244

Please sign in to comment.