diff --git a/application/uimodule/webapp/test/integration/pages/MainPage.ts b/application/uimodule/webapp/test/integration/pages/MainPage.ts index afb0c79..b9f4774 100644 --- a/application/uimodule/webapp/test/integration/pages/MainPage.ts +++ b/application/uimodule/webapp/test/integration/pages/MainPage.ts @@ -23,7 +23,8 @@ export default class MainPage extends Opa5 { id: "searchField", viewName, actions: new EnterText({ - text: "no sugar" + text: "no sugar", + clearTextFirst: false }), errorMessage: "Did not find the search field on the Main view and could not enter text" }); diff --git a/chapters/07-testing-recreating-setup/readme.md b/chapters/07-testing-recreating-setup/readme.md index 9c5de5d..c2bf545 100644 --- a/chapters/07-testing-recreating-setup/readme.md +++ b/chapters/07-testing-recreating-setup/readme.md @@ -274,7 +274,8 @@ export default class MainPage extends Opa5 { id: "searchField", viewName, actions: new EnterText({ - text: "no sugar" + text: "no sugar", + clearTextFirst: false }), errorMessage: "Did not find the search field on the Main view and could not enter text" });