Skip to content

Commit

Permalink
Remove success criteria (w3c#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
alflennik authored Jan 11, 2024
1 parent 17b3a16 commit cc902cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ const InstructionsRenderer = ({
return (
<>
<NumberedList>{allInstructionsContent}</NumberedList>
<Heading>{pageContent.instructions.assertions.header}</Heading>
{pageContent.instructions.assertions.description}
<Heading>Assertions</Heading>
<NumberedList>{assertionsContent}</NumberedList>
<Button
disabled={!pageContent.instructions.openTestPage.enabled}
Expand Down

0 comments on commit cc902cc

Please sign in to comment.