Skip to content
Snippets Groups Projects
Commit 2a190441 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3574 Fix E2E type input too fast

parent 10b8c2d2
Branches
Tags
No related merge requests found
...@@ -61,7 +61,7 @@ export function contains(element: any, containing: string): void { ...@@ -61,7 +61,7 @@ export function contains(element: any, containing: string): void {
} }
export function enterWith(element: any, value: any): void { export function enterWith(element: any, value: any): void {
element.clear().type(value + '{enter}') element.clear().type(value + '{enter}', {delay: 20})
} }
export function haveLength(element: any, length: number): void { export function haveLength(element: any, length: number): void {
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
"help": "nx help", "help": "nx help",
"favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon", "favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon",
"cypress:run": "npx cypress run --project apps/goofy-e2e", "cypress:run": "npx cypress run --project apps/goofy-e2e",
"cypress:run-main": "npx cypress run --project apps/goofy-e2e --config video=false integrationFolder=./src/integration/main-tests", "cypress:run-main": "npx cypress run --project apps/goofy-e2e --config video=false,integrationFolder=./src/integration/main-tests",
"cypress:run-ea": "npx cypress run --project apps/goofy-e2e --config video=false integrationFolder=./src/integration/einheitlicher-ansprechpartner", "cypress:run-ea": "npx cypress run --project apps/goofy-e2e --config video=false,integrationFolder=./src/integration/einheitlicher-ansprechpartner",
"cypress:run-minimal": "npx cypress run --project apps/goofy-e2e --config video=false", "cypress:run-minimal": "npx cypress run --project apps/goofy-e2e --config video=false",
"cypress:version": "npx cypress version", "cypress:version": "npx cypress version",
"cypress:install": "npx cypress install", "cypress:install": "npx cypress install",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment