Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap published post details #64

Merged
merged 4 commits into from
May 27, 2022
Merged

Wrap published post details #64

merged 4 commits into from
May 27, 2022

Conversation

cadic
Copy link
Contributor

@cadic cadic commented May 13, 2022

Description of the Change

Wraps the result of createPost command with post data.

Verification Process

cy.createPost({
      title: 'Title',
      content: 'Content',
}).then(post => {
      cy.log(post.id);
});

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Changelog Entry

Credits

Props @

@cadic cadic self-assigned this May 13, 2022
@cadic cadic added this to the Future Release milestone May 13, 2022
@cadic cadic marked this pull request as ready for review May 19, 2022 10:49
@jeffpaul jeffpaul requested review from a team and iamdharmesh and removed request for a team May 19, 2022 18:03
Copy link
Member

@iamdharmesh iamdharmesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for adding this @cadic

@cadic cadic merged commit ce6ca99 into trunk May 27, 2022
@cadic cadic deleted the add/create-post-wrap branch May 27, 2022 15:26
github-actions bot pushed a commit that referenced this pull request May 27, 2022
@jeffpaul jeffpaul modified the milestones: Future Release, 0.1.0 Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants