Skip to content

Commit 4e64c7d

Browse files
authored
doc: unclosed code block in page objects markdown file (#2793)
1 parent 3b0e277 commit 4e64c7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/pageobjects.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ const { I, myPage, mySteps } = inject();
3232
// inject objects for a test by name
3333
Scenario('sample test', ({ I, myPage, mySteps }) => {
3434
// ...
35-
}
35+
});
36+
```
37+
3638
## Actor
3739

3840
During initialization you were asked to create a custom steps file. If you accepted this option, you are now able to use the `custom_steps.js` file to extend `I`. See how the `login` method can be added to `I`:

0 commit comments

Comments
 (0)