chore: run automatisch in playwright workflow

This commit is contained in:
Ali BARIN
2023-08-26 13:20:48 +00:00
parent 130931d7af
commit cac54c41a1
6 changed files with 70 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
// @ts-check
const { test, expect } = require('../../fixtures/index');
test.describe('Executions page', () => {
// no execution data exists in an empty account
test.describe.skip('Executions page', () => {
test.beforeEach(async ({ page, executionsPage }) => {
await page.getByTestId('executions-page-drawer-link').click();
await page.getByTestId('execution-row').first().click();