Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Jan 19, 2025
1 parent 404adb0 commit 5826fbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions react/test/quiz_infinite_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ import {
target,
safeReload,
waitForQuizLoading,
screencap,
} from './test_utils'

async function correctIncorrect(t: TestController): Promise<boolean[]> {
await waitForQuizLoading(t)
await screencap(t)
const text = await Selector('#quiz-result-summary-emoji').innerText
const result: boolean[] = []
for (const c of text) {
Expand Down Expand Up @@ -72,8 +70,6 @@ test('collect correct answers', async (t) => {
throw new Error(`unexpected text ${text} in ${await symbol.textContent}`)
}
}
console.log(seed)
console.log(correctAnswers)
correctAnswerSequences.set(seed, correctAnswers)
}
})
Expand Down

0 comments on commit 5826fbf

Please sign in to comment.