mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:49:39 +03:00
improve error message playwright
This commit is contained in:
+12
-5
@@ -844,11 +844,18 @@ const start = async () => {
|
||||
|
||||
setTestResult(true);
|
||||
} catch (e: any) {
|
||||
console.error(e.message, {
|
||||
expected: e.expected,
|
||||
actual: e.actual,
|
||||
operator: e.operator,
|
||||
});
|
||||
console.error(
|
||||
e.message,
|
||||
{
|
||||
expected: e.expected,
|
||||
actual: e.actual,
|
||||
operator: e.operator,
|
||||
},
|
||||
{
|
||||
updateCount,
|
||||
info: targetOptionsSlot!.textContent,
|
||||
}
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user