Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/api/commands/fixture.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe('User page', () => {
beforeEach(function () {
// "this" points at the test context object
cy.fixture('user')
.then(() => {
.then((user) => {
// "this" is still the test context object
this.user = user
})
Expand Down