diff --git a/test/e2e/v2.js b/test/e2e/v2.js index 221677d7..8e508cc3 100644 --- a/test/e2e/v2.js +++ b/test/e2e/v2.js @@ -91,7 +91,7 @@ describe('swagger 2.0 spec tests', function () { }); it('should find the pet resource description', function(done){ - var locator = webdriver.By.xpath('//div[contains(., "Operations about pets")]'); + var locator = webdriver.By.xpath('//div[contains(., "Everything about your Pets")]'); driver.findElements(locator).then(function (elements) { expect(elements.length).to.not.equal(0); done();