fix: misc. spelling errors (#4421)

This commit is contained in:
Ville Skyttä
2018-04-10 01:58:52 +03:00
committed by kyle
parent a0b659a96e
commit 14473dd51d
7 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ describe("Remote $ref rendering", function () {
})
it("renders a remote $ref correctly", function (client) {
mainPage.expect.element("#model-TestResponse > span > div > span > span > span.inner-object > table > tbody > tr:nth-child(2) > td:nth-child(2) > span > span > div > div > p").text.to.equal("this is a api2prop")
mainPage.expect.element("#model-TestResponse > span > div > span > span > span.inner-object > table > tbody > tr:nth-child(2) > td:nth-child(2) > span > span > div > div > p").text.to.equal("this is an api2prop")
client.end()
})