From fee482a1825746fc451e7effe188946ccb879215 Mon Sep 17 00:00:00 2001 From: Piyush Kumar <108664928+piyushkbstack@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:53:56 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caa4166..2ec0a12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # railsApp -Testing +Testing merge functionality From bb53af1bb797d0b636c7f526cb0a95abdc7e721d Mon Sep 17 00:00:00 2001 From: Piyush Kumar <108664928+piyushkbstack@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:14:44 +0530 Subject: [PATCH 2/2] Update test_01.js --- tests/suite/test_01.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suite/test_01.js b/tests/suite/test_01.js index e9c458c..18edaa6 100644 --- a/tests/suite/test_01.js +++ b/tests/suite/test_01.js @@ -1,5 +1,5 @@ module.exports = { - "Google's Search Functionality": function (browser) { + "Google Search Functionality": function (browser) { browser .url("https://www.google.com") .setValue("input[name=q]", ["BrowserStack 01", browser.Keys.ENTER]) // this submits on desktop browsers