diff --git a/e2e/steps/search.steps.ts b/e2e/steps/search.steps.ts index c75d365..ea9aca0 100644 --- a/e2e/steps/search.steps.ts +++ b/e2e/steps/search.steps.ts @@ -12,7 +12,7 @@ defineSupportCode(({Given, When, Then, Before}) => { Given('I am on the angular.io site', () => app.navigateTo()); - When('I type "{string}" into the search input field', + When('I type {string} into the search input field', (text: string) => app.enterSearchInput(text)); Then('I should see some results in the search overlay',