Fix e2e tests by removing installed running quotes before running (#2407)
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user