Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vebarina committed Jun 30, 2023
1 parent 560273f commit acd6658
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/unit/DocumentTopBar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ describe("Document Top Bar", () => {

expect(
await wrapper
.findComponent(
".top-bar-buttons .finish-review-button-container .finish-review"
)
.findComponent(".top-bar-buttons .finish-review-button-container")
.isVisible()
).toBe(true);
});
Expand All @@ -216,7 +214,7 @@ describe("Document Top Bar", () => {
expect(
await wrapper
.findComponent(
".top-bar-buttons .finish-review-button-container .finish-review .finish-review-btn"
".top-bar-buttons .finish-review-button-container .finish-review-btn"
)
.attributes("disabled")
).toBe("disabled");
Expand Down

0 comments on commit acd6658

Please sign in to comment.