1.json -> petstore.json

This commit is contained in:
Kyle Shockey
2017-08-08 18:03:54 -07:00
parent e7bba1c522
commit 49bb139736
9 changed files with 27 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ describe("render store api container", function(){
client.waitForElementVisible(".download-url-input", 5000)
.pause(3000)
.clearValue(".download-url-input")
.setValue(".download-url-input", "http://localhost:3200/test-specs/1.json")
.setValue(".download-url-input", "http://localhost:3200/test-specs/petstore.json")
.click("button.download-url-button")
.pause(1000)