Skip to content

Commit db4ec3c

Browse files
committed
modify version change message
1 parent 5e33210 commit db4ec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const userMessages = {
3636
FATAL_NETWORK_ERROR: `fatal: unable to access '${config.buildUrl}': Could not resolve host: ${config.rails_host}`,
3737
RETRY_LIMIT_EXCEEDED: `Max retries exceeded trying to connect to the host (retries: ${config.retries})`,
3838
CHECK_DASHBOARD_AT: "Please check the build status at: ",
39-
CYPRESS_VERSION_CHANGED: "You specified <preferredVersion> as the preferred Cypress version. Note that we run the tests on <actualVersion>"
39+
CYPRESS_VERSION_CHANGED: "Your build will run using <actualVersion> instead of <preferredVersion>. Read more about supported versions here: http://browserstack.com/docs/automate/cypress/supported-versions"
4040
};
4141

4242
const validationMessages = {

0 commit comments

Comments
 (0)