Skip to content

Commit

Permalink
Update scrollId in features-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Sep 20, 2023
1 parent 7953f58 commit c646f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features-legacy/step_definitions/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Given(/^A scrolled search on users$/, function () {
throw new Error("No scrollId returned by the searchProfile query");
}

this.scrollId = response.result.scroll_id;
this.scrollId = response.result.scrollId;
});
});

Expand Down
2 changes: 1 addition & 1 deletion features-legacy/step_definitions/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Then(
);
}

this.scrollId = response.result.scroll_id;
this.scrollId = response.result.scrollId;
callbackAsync();
})
.catch((err) => callbackAsync(err));
Expand Down

0 comments on commit c646f67

Please sign in to comment.