Skip to content

Commit bb2e806

Browse files
More cleanup
1 parent 73fe29d commit bb2e806

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is the example project for the [WebdriverIO JavaScript tutorial](https://applitools.com/tutorials/quickstart/web/webdriverio).
44
It shows how to start automating visual tests with the [Applitools Eyes](https://applitools.com/platform/eyes/)
55
and the [Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/)
6-
using [WebdriverIO 7](https://webdriver.io/) in JavaScript.
6+
using [WebdriverIO](https://webdriver.io/) in JavaScript.
77

88
It uses:
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-webdriverio-javascript-ufg",
33
"version": "1.0.0",
4-
"description": "An example project for WebdriverIO 7 JavaScript using Applitools Ultrafast Grid",
4+
"description": "An example project for WebdriverIO JavaScript using Applitools Ultrafast Grid",
55
"main": "index.js",
66
"scripts": {
77
"test": "wdio",

test/acme-bank.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('ACME Bank', function () {
4646
// Create a new batch for tests.
4747
// A batch is the collection of visual checkpoints for a test suite.
4848
// Batches are displayed in the Eyes Test Manager, so use meaningful names.
49-
batch = new BatchInfo('Example: WebdriverIO 7 JavaScript with the Ultrafast Grid');
49+
batch = new BatchInfo('Example: WebdriverIO JavaScript with the Ultrafast Grid');
5050

5151
// Create a configuration for Applitools Eyes.
5252
config = new Configuration();

0 commit comments

Comments
 (0)