Skip to content

Feature/151207876/multi vendor marketplace#34

Open
9jaswag wants to merge 9 commits intodevelopmentfrom
feature/151207876/multi-vendor-marketplace
Open

Feature/151207876/multi vendor marketplace#34
9jaswag wants to merge 9 commits intodevelopmentfrom
feature/151207876/multi-vendor-marketplace

Conversation

@9jaswag
Copy link
Contributor

@9jaswag 9jaswag commented Oct 17, 2017

What does this PR do?

  • adds multi-vendor feature too Reaction commerce

Description of Task to be completed?

  • A user should be able to sign up as a vendor.

How should this be manually tested?

  • Visit the app and sign up as an admin

Any background context you want to provide?

  • None

What are the relevant pivotal tracker stories?

Screenshots (if appropriate)

  • None

Questions:

-None

@VanPaitin VanPaitin temporarily deployed to isildur-rc-staging-pr-34 October 17, 2017 14:31 Inactive
});

describe("Payment by Paystack", function () {
xdescribe("Payment by Paystack", function () {

Choose a reason for hiding this comment

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

Unexpected function expression prefer-arrow-callback

});

describe("simple login test", function () {
xdescribe("simple login test", function () {

Choose a reason for hiding this comment

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

Unexpected function expression prefer-arrow-callback

browser.click(eleMap.skip_tour);
browser.pause("5000");
browser.waitForExist(eleMap.admin_bar);
expect(eleMap.admin_bar).to.exist;

Choose a reason for hiding this comment

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

Expected an assignment or function call and instead saw an expression no-unused-expressions

browser.pause("5000");
browser.click(eleMap.skip_tour);
browser.pause("5000");
browser.waitForExist(eleMap.admin_bar);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.click(eleMap.register_submit);
browser.pause("5000");
browser.click(eleMap.skip_tour);
browser.pause("5000");

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);
browser.click("input#vendor-registration");
browser.setValue(eleMap.register_username_field, regUsername);
browser.setValue(eleMap.register_shop_field, regShop);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);
browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);
browser.click("input#vendor-registration");
browser.setValue(eleMap.register_username_field, regUsername);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.click(eleMap.register_btn);
browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);
browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);
browser.click("input#vendor-registration");

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.pause(5000);
browser.click(eleMap.register_btn);
browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);
browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.click(eleMap.login_dropdown_btn);
browser.pause(5000);
browser.click(eleMap.register_btn);
browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

});

describe("Payment by Paystack", function () {
xdescribe("Payment by Paystack", function () {

Choose a reason for hiding this comment

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

Unexpected function expression prefer-arrow-callback

});

describe("simple login test", function () {
xdescribe("simple login test", function () {

Choose a reason for hiding this comment

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

Unexpected function expression prefer-arrow-callback

browser.click(eleMap.skip_tour);
browser.pause("5000");
browser.waitForExist(eleMap.admin_bar);
expect(eleMap.admin_bar).to.exist;

Choose a reason for hiding this comment

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

Expected an assignment or function call and instead saw an expression no-unused-expressions

browser.pause("5000");
browser.click(eleMap.skip_tour);
browser.pause("5000");
browser.waitForExist(eleMap.admin_bar);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.click(eleMap.register_submit);
browser.pause("5000");
browser.click(eleMap.skip_tour);
browser.pause("5000");

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);
browser.click("input#vendor-registration");
browser.setValue(eleMap.register_username_field, regUsername);
browser.setValue(eleMap.register_shop_field, regShop);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);
browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);
browser.click("input#vendor-registration");
browser.setValue(eleMap.register_username_field, regUsername);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.click(eleMap.register_btn);
browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);
browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);
browser.click("input#vendor-registration");

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.pause(5000);
browser.click(eleMap.register_btn);
browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);
browser.setValue(getId.retId(eleIds.login_pw_fld_id), regPassword);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

browser.click(eleMap.login_dropdown_btn);
browser.pause(5000);
browser.click(eleMap.register_btn);
browser.setValue(getId.retId(eleIds.login_email_fld_id), regEmail);

Choose a reason for hiding this comment

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

'browser' is not defined no-undef

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