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 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