diff --git a/pages/getStarted.html b/pages/getStarted.html index 40516cf..90149b6 100644 --- a/pages/getStarted.html +++ b/pages/getStarted.html @@ -144,9 +144,9 @@ test .open('http://www.amazon.com/') .type('#twotabsearchtextbox', 'Blues Brothers VHS') - .click('.nav-submit-input') + .click('.nav-search-submit input') .waitForElement('#result_0') - .assert.text('#result_0 .newaps a span').is('The Blues Brothers') + .assert.text('#result_0 .s-item-container a h2').is('The Blues Brothers') .done(); } };