test: add fixme annotation to executions tests

This commit is contained in:
Jakub P.
2025-02-18 00:07:14 +01:00
parent 8042caea42
commit 9c3f435c56
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ const {
} = require('../../fixtures/execution-step-details');
const { getToken } = require('../../helpers/auth-api-helper');
test.describe('Executions page', () => {
// TODO use search when if will be added
test.describe.fixme('Executions page', () => {
let flowId;
test.beforeAll(async () => {

View File

@@ -7,7 +7,8 @@ const {
} = require('../../helpers/flow-api-helper');
const { getToken } = require('../../helpers/auth-api-helper');
test.describe('Executions page', () => {
// TODO use search when if will be added
test.describe.fixme('Executions page', () => {
let flowId;
test.beforeAll(async () => {