mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-28 07:14:20 +00:00
lint
This commit is contained in:
parent
73d21b16cf
commit
14e1f9770a
@ -20,7 +20,7 @@ const config: TestRunnerConfig = {
|
||||
|
||||
// If you want to take screenshot of multiple browsers, use
|
||||
// page.context().browser().browserType().name() to get the browser name to prefix the file name
|
||||
const image = await page.screenshot({animations: "disabled"});
|
||||
const image = await page.screenshot({ animations: "disabled" });
|
||||
expect(image).toMatchImageSnapshot({
|
||||
customSnapshotsDir,
|
||||
customSnapshotIdentifier: `${context.id}-${process.platform}`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user