mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Modifies the script to take log-transform-preview screenshot with proper sizing. (#139483) (#139624)
(cherry picked from commit a5e1563995
)
Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
This commit is contained in:
parent
bee62ec475
commit
c151c79f0a
1 changed files with 6 additions and 1 deletions
|
@ -79,7 +79,12 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
await transform.wizard.assertDefineStepActive();
|
||||
|
||||
await ml.testExecution.logTestStep('take screenshot');
|
||||
await commonScreenshots.takeScreenshot('logs-transform-preview', screenshotDirectories);
|
||||
await commonScreenshots.takeScreenshot(
|
||||
'logs-transform-preview',
|
||||
screenshotDirectories,
|
||||
1600,
|
||||
1400
|
||||
);
|
||||
});
|
||||
|
||||
it('wizard screenshots', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue