Skip to content

Commit

Permalink
Fix another botched rename in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gertjan van Oosten committed Dec 21, 2020
1 parent 42705c2 commit 93beab3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CreateOrganization from "../pages/createNewOrganization.page"
import CreatePerson from "../pages/createNewPerson.page"
import CreateTask from "../pages/createNewTask.page"
import CreateReport from "../pages/createReport.page"
import EditPosition from "../pages/editPosition.page"
import CreatePosition from "../pages/createNewPosition.page"
import CreateNewLocation from "../pages/location/createNewLocation.page"

// Forms should work just fine without custom fields
Expand Down Expand Up @@ -37,9 +37,9 @@ describe("When looking at anet object forms with dictionary that doesn't include
CreateNewLocation.nameRequiredError.waitForDisplayed()
})
it("Should see that position form successfully loads", () => {
EditPosition.open()
EditPosition.form.waitForExist()
EditPosition.form.waitForDisplayed()
CreatePosition.open()
CreatePosition.form.waitForExist()
CreatePosition.form.waitForDisplayed()
})
it("Should see that organization form successfully loads", () => {
CreateOrganization.openAsAdmin()
Expand Down

0 comments on commit 93beab3

Please sign in to comment.