From 0cb90927ceeab6820a96aadad2eac8e5d1876cd3 Mon Sep 17 00:00:00 2001 From: Adam Binks Date: Tue, 2 Jan 2018 18:23:35 +0000 Subject: [PATCH] Fix typos in CLI errors.js (#1138) * Fixed typos in errors.js * Revert "Fixed typos in errors.js" This reverts commit 99085af24c0440f9c0d723cfcc560d2cf2e90b85. * Fixed typos in errors.js * Fixed typo in errors spec snapshot Hopefully tests should be passing now * Fixed typo in verify spec snapshot --- cli/__snapshots__/errors_spec.js | 2 +- cli/__snapshots__/verify_spec.js | 4 ++-- cli/lib/errors.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/__snapshots__/errors_spec.js b/cli/__snapshots__/errors_spec.js index 6a534043597d..1d5ae4d7a0b4 100644 --- a/cli/__snapshots__/errors_spec.js +++ b/cli/__snapshots__/errors_spec.js @@ -18,7 +18,7 @@ Read our documentation on dependencies for more information: https://on.cypress.io/required-dependencies -If you using Docker, we provide containers with all required dependencies installed. +If you are using Docker, we provide containers with all required dependencies installed. ---------- Platform: test platform (test release) diff --git a/cli/__snapshots__/verify_spec.js b/cli/__snapshots__/verify_spec.js index 85a08e1423e9..a2d68bae7b7d 100644 --- a/cli/__snapshots__/verify_spec.js +++ b/cli/__snapshots__/verify_spec.js @@ -56,7 +56,7 @@ The error below should indicate which dependency is missing. https://on.cypress.io/required-dependencies -If you using Docker, we provide containers with all required dependencies installed. +If you are using Docker, we provide containers with all required dependencies installed. ---------- an error about dependencies @@ -118,7 +118,7 @@ Read our documentation on dependencies for more information: https://on.cypress.io/required-dependencies -If you using Docker, we provide containers with all required dependencies installed. +If you are using Docker, we provide containers with all required dependencies installed. ---------- Caught error trying to run XVFB: "test without xvfb" diff --git a/cli/lib/errors.js b/cli/lib/errors.js index 66fd972817cd..ca6b8d92f2fb 100644 --- a/cli/lib/errors.js +++ b/cli/lib/errors.js @@ -51,7 +51,7 @@ const missingXvfb = { ${requiredDependenciesUrl} - If you using Docker, we provide containers with all required dependencies installed. + If you are using Docker, we provide containers with all required dependencies installed. `, } @@ -65,7 +65,7 @@ const missingDependency = { ${requiredDependenciesUrl} - If you using Docker, we provide containers with all required dependencies installed. + If you are using Docker, we provide containers with all required dependencies installed. `, }