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

E2e test order cards #356

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

E2e test order cards #356

wants to merge 16 commits into from

Conversation

ankitdas13
Copy link
Contributor

@ankitdas13 ankitdas13 commented Jul 11, 2023

e2e Test cases for addon and cards api endpoint's

@codecov-commenter
Copy link

Codecov Report

Merging #356 (56226b4) into master (d447ddf) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #356   +/-   ##
=======================================
  Coverage   91.44%   91.44%           
=======================================
  Files          27       27           
  Lines        1076     1076           
=======================================
  Hits          984      984           
  Misses         92       92           


rzpInstance.addons.all({ "count": 1 }).then((response) => {
if (response.hasOwnProperty('items')) {
if ('id' in response.items[0]) {

Choose a reason for hiding this comment

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

We should check for status code 200 here as well

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.

None yet

3 participants