From c710ad5be1974ab86d32054047aa8761cefa3a55 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Thu, 12 Mar 2015 17:16:15 -0700 Subject: [PATCH] Fix V2 test --- test/e2e/v2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();