Skip to content

Commit

Permalink
Add box layout size to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Nov 13, 2023
1 parent 04bab3b commit 3984f8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ describe("AudioTrack", () => {
it("has blurred title in box layout when audio is sensitive", async () => {
options.propsData.audio.isSensitive = true
options.propsData.layout = "box"
options.propsData.size = "large"
const { getByText } = render(VAudioTrack, options, configureVue)
const h2 = getByText("This audio track may contain sensitive content.")
expect(h2).toHaveClass("blur-text")
Expand Down

0 comments on commit 3984f8d

Please sign in to comment.