Fix e2e tests by removing installed running quotes before running (#2407)

This commit is contained in:
Zane
2025-05-01 09:31:47 -07:00
committed by GitHub
parent 1e3c40a0ed
commit 37ed707dd6
5 changed files with 114 additions and 61 deletions
+3 -1
View File
@@ -20,11 +20,13 @@ async function showTestName(mainWindow: any, testName: string, providerName?: st
font-family: monospace;
font-size: 14px;
z-index: 2147483647; // maximum z-index integer value
pointer-events: none;
pointer-events: none !important;
text-align: center;
max-width: 80%;
white-space: pre-wrap;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
user-select: none;
-webkit-user-select: none;
`;
const testText = `Running: ${name}`;