Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhahn committed Dec 11, 2023
1 parent f185b29 commit f50c94f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Spec/Nri/Ui/Block.elm
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ labelMarkdownSpec =
-- should not include markdown (e.g., no asterisks)
, hasBefore "start This is markdown" "Hello"
, hasAfter "end This is markdown" "there"

-- The roledescription should also not include markdown special characters
, Query.has [ Selector.attribute (Aria.roleDescription "This is markdown highlight") ]
]
]

Expand Down

0 comments on commit f50c94f

Please sign in to comment.