Fix V2 test

This commit is contained in:
Mohsen Azimi
2015-03-12 17:16:15 -07:00
parent 79917b0843
commit c710ad5be1

View File

@@ -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();