You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/com/browserstack/automate/ci/jenkins/integrationService/BrowserStackTestReportAction/index.jelly
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,12 @@
75
75
<divclass="new-container">
76
76
<divclass="report-row">
77
77
<j:iftest="${(it.isReportInProgress())}">
78
-
<pclass="no-report-para"><strongclass="strong-font-custom">BrowserStack Test Report generation In Progress, please refresh after sometime</strong></p>
78
+
<pclass="no-report-para"><strongclass="strong-font-custom">BrowserStack Build Test Report generation In Progress, please refresh after sometime</strong></p>
79
79
</j:if>
80
80
<j:iftest="${(it.isReportFailed())}">
81
-
<pclass="no-report-para"><strongclass="strong-font-custom">BrowserStack Test Report Could Not Be Fetched</strong></p>
81
+
<pclass="no-report-para"><strongclass="strong-font-custom">BrowserStack Build Test Report Could Not Be Fetched</strong></p>
82
82
<br/>
83
-
<pclass="no-report-para">BrowserStack test report could not be fetched for this build since something went wrong. Please ensure that:</p>
83
+
<pclass="no-report-para">BrowserStack build test report could not be fetched for this build since something went wrong. Please ensure that:</p>
84
84
<br/>
85
85
<ulclass="bullet-points">
86
86
<liclass="bullet-item">You have set valid BrowserStack credentials via BrowserStack Plugin.</li>
0 commit comments