Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
unit(semester): correct the selector to submit the updated details
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 15, 2022
1 parent 7223245 commit 52603ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/semester/read.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe("Page: semester/read", () => {
const orderInput = wrapper.find(".order select")
const startAtInput = wrapper.find(".start-at input")
const endAtInput = wrapper.find(".end-at input")
const submitBtn = wrapper.find("input[type=submit]")
const submitBtn = wrapper.find("button[type=submit]")

await nameInput.setValue(updatedSemester.data.name)
await orderInput.setValue(updatedSemester.data.semesterOrder)
Expand Down

0 comments on commit 52603ae

Please sign in to comment.