separate visual tests from main test, update snapshots and dependencies (#31131)

Этот коммит содержится в:
sabril
2025-05-22 23:21:23 +08:00
коммит произвёл GitHub
родитель f800025a43
Коммит f710512e3e
9 изменённых файлов: 487 добавлений и 965 удалений

Просмотреть файл

@@ -4,11 +4,11 @@
import {test} from '@mattermost/playwright-lib';
/**
* @objective Verify the appearance of the signup email page in normal and error states
* @objective Capture visual snapshots of the signup email page in normal and error states
*/
test(
'signup_email visual verification',
{tag: '@visual_signup'},
'signup page visual check',
{tag: ['@visual', '@signup_email_page']},
async ({pw, page, browserName, viewport}, testInfo) => {
// # Set up the page not to redirect to the landing page
await pw.hasSeenLandingPage();