From e2e3de0aa5eab54ed94ed79d259c7a58b37b7923 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Mon, 22 May 2023 16:59:34 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d406f308da..21d9b183d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Nightwatch.js +TESTING WORKFLOW RUNS + [![npm](https://img.shields.io/npm/v/nightwatch.svg)](https://www.npmjs.com/package/nightwatch) [![Node.js CI](https://github.com/nightwatchjs/nightwatch/actions/workflows/build-node.yaml/badge.svg?branch=main)](https://github.com/nightwatchjs/nightwatch/actions/workflows/build-node.yaml) [![codecov](https://codecov.io/gh/nightwatchjs/nightwatch/branch/main/graph/badge.svg?token=MSObyfECEh)](https://codecov.io/gh/nightwatchjs/nightwatch) From 1e5bdc83a2ca4cbef10fc57dfd74604711dadfef Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Mon, 22 May 2023 17:05:03 +0530 Subject: [PATCH 2/2] Test change in types folder --- types/tests/actions.test-d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tests/actions.test-d.ts b/types/tests/actions.test-d.ts index 48479ce5de..0be3d7cb5b 100644 --- a/types/tests/actions.test-d.ts +++ b/types/tests/actions.test-d.ts @@ -2,7 +2,7 @@ import { expectError, expectType } from 'tsd'; import { Awaitable, NightwatchAPI } from '..'; import { WebElement } from 'selenium-webdriver'; -// Expect test for language chains +// Expect test for language chain it('actions.press', () => { browser.perform(() => {