Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Oct 31, 2024
1 parent cfc323f commit 525fbbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/tests/repl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe("REPL:", () => {
console.log(await response.getAttribute("innerHTML"));

const prompt = await response.findElement(ByUIClass("repl_historyPrompt"));
console.log(await prompt.getAttribute("innerText"));
const promptText = await prompt.getText();
console.log(promptText);
expect(promptText).toBe("_test>");
Expand Down

0 comments on commit 525fbbf

Please sign in to comment.