File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -38774,9 +38774,6 @@ class ReportService {
3877438774
3877538775 static handleErrorStatus(status, reportData) {
3877638776 const errorMessages = {
38777- BUILD_NOT_FOUND: 'Build not found in BrowserStack',
38778- MULTIPLE_BUILD_FOUND: 'Multiple builds found with the same name',
38779- DATA_NOT_AVAILABLE: 'Report data not available from BrowserStack',
3878038777 ERROR: 'Error occurred while fetching report',
3878138778 };
3878238779
Original file line number Diff line number Diff line change @@ -69,9 +69,6 @@ class ReportService {
6969
7070 static handleErrorStatus ( status , reportData ) {
7171 const errorMessages = {
72- BUILD_NOT_FOUND : 'Build not found in BrowserStack' ,
73- MULTIPLE_BUILD_FOUND : 'Multiple builds found with the same name' ,
74- DATA_NOT_AVAILABLE : 'Report data not available from BrowserStack' ,
7572 ERROR : 'Error occurred while fetching report' ,
7673 } ;
7774
You can’t perform that action at this time.
0 commit comments