Skip to content

Commit

Permalink
[ui] remove test testing on bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
edda committed Jul 27, 2022
1 parent afbb8da commit 84ff8fc
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ describe("ContentAreaToolbar", () => {
expect(screen.getByTestId("content-area-toolbar")).toHaveClass("juno-content-area-toolbar")
})

test("renders a content area toolbar with correct background color", async () => {
render(<ContentAreaToolbar data-testid="content-area-toolbar" />)
expect(screen.getByTestId("content-area-toolbar")).toBeInTheDocument()
expect(screen.getByTestId("content-area-toolbar")).toHaveClass(
"jn-bg-theme-content-area-toolbar-bg"
)
})

test("renders children as passed", async () => {
render(
<ContentAreaToolbar data-testid="content-area-toolbar">
Expand Down

0 comments on commit 84ff8fc

Please sign in to comment.