fix(console): fix action with transform e2e test

## Description

This PR fixes the test `actionWithTransform.e2e.test.ts`, failing only on CI (not on local builds). I've added some timeout when clearing the text areas; this probably fixes some issues due to debounce time.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7109
GitOrigin-RevId: 30efbc32bb804cc11d3e4af0f70b552512c6ded1
This commit is contained in:
Daniele Cammareri 2022-12-01 10:47:39 +01:00 committed by hasura-bot
parent b398001c87
commit eec886da7b

View File

@ -175,9 +175,9 @@ if (testMode !== 'cli') {
cy.get('@payloadTransformRequestBody')
.wait(500)
.clearConsoleTextarea()
.wait(100)
.wait(1000) // Work around the fact that this test fails in CI but not locally
.clearConsoleTextarea()
.wait(100)
.wait(1000) // Work around the fact that this test fails in CI but not locally
.type(
`{
"userInfo": {