test(e2e): migrate tags test to playwright (#54167)

This commit is contained in:
Sem Bauke
2024-04-05 17:50:45 +02:00
committed by GitHub
parent 0636441cb0
commit f34f725e9a
2 changed files with 67 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ export function SidePanel({
}: SidePanelProps): JSX.Element {
useEffect(() => {
const mathJaxChallenge =
block === 'rosetta-code' ||
superBlock === SuperBlocks.RosettaCode ||
superBlock === SuperBlocks.ProjectEuler ||
block === 'intermediate-algorithm-scripting';
initializeMathJax(mathJaxChallenge);