Skip to content

Commit

Permalink
Fix for CI counting job messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Mar 1, 2024
1 parent 9e6967f commit b08f61a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe("JobInformation/JobInformation.vue", () => {
});

it("job messages", async () => {
const rendered_link = jobInfoTable.findAll(`#job-messages li`);
const rendered_link = jobInfoTable.findAll(`#job-messages ul`);
expect(rendered_link.length).toBe(jobResponse.job_messages.length);
for (let i = 0; i < rendered_link.length; i++) {
const msg = rendered_link.at(i).text();
Expand Down

0 comments on commit b08f61a

Please sign in to comment.