Skip to content

Commit

Permalink
revert a small change
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-shivamsingh committed Oct 23, 2023
1 parent 185d779 commit d309274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webdriver-utils/src/providers/automateProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class AutomateProvider extends GenericProvider {
const responseValue = JSON.parse(response.value);
if (!responseValue.success) {
throw new Error('Failed to get screenshots from Automate.' +
' Check dashboard for error.');
' Check dashboard for error.');
}

const tiles = [];
Expand Down

0 comments on commit d309274

Please sign in to comment.