mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Uncomment screenshot saving functionality
This commit is contained in:
@@ -9,7 +9,7 @@ import { TOTP } from 'totp-generator';
|
|||||||
|
|
||||||
async function screenshot(driver, filename) {
|
async function screenshot(driver, filename) {
|
||||||
// uncomment to save .png screenshots
|
// uncomment to save .png screenshots
|
||||||
//await driver.saveScreenshot(filename);
|
await driver.saveScreenshot(filename);
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user