test: add fixme annotation to executions tests
This commit is contained in:
@@ -10,7 +10,8 @@ const {
|
|||||||
} = require('../../fixtures/execution-step-details');
|
} = require('../../fixtures/execution-step-details');
|
||||||
const { getToken } = require('../../helpers/auth-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;
|
let flowId;
|
||||||
|
|
||||||
test.beforeAll(async () => {
|
test.beforeAll(async () => {
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ const {
|
|||||||
} = require('../../helpers/flow-api-helper');
|
} = require('../../helpers/flow-api-helper');
|
||||||
const { getToken } = require('../../helpers/auth-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;
|
let flowId;
|
||||||
|
|
||||||
test.beforeAll(async () => {
|
test.beforeAll(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user