This commit is contained in:
Nacho Codoñer
2025-09-08 16:26:00 +02:00
parent 3ba0d227bf
commit 0d210edb86

View File

@@ -167,7 +167,6 @@ export async function assertConsoleEval(code, expectedResult, options = {}) {
try {
// Evaluate the code in the browser context
const result = await page.evaluate(code);
console.log("--> (assertions.js-Line: 170)\n result: ", result);
if (exactMatch) {
// Check for exact match