Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 750c8db

Browse files
committed
fix: update step definitions for cucumber 3
1 parent 74d96c2 commit 750c8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/steps/search.steps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defineSupportCode(({Given, When, Then, Before}) => {
1212
Given('I am on the angular.io site',
1313
() => app.navigateTo());
1414

15-
When('I type "{string}" into the search input field',
15+
When('I type {string} into the search input field',
1616
(text: string) => app.enterSearchInput(text));
1717

1818
Then('I should see some results in the search overlay',

0 commit comments

Comments
 (0)