Beispiel #1
0
  beforeEach(function() {
    testUtils.initModal(modal);

    misago._context = {
      'FORGOTTEN_PASSWORD_URL': '/forgotten-password/'
    };

    /* jshint ignore:start */
    testUtils.render(<PasswordChangedPage user={{username: '******'}} />);
    /* jshint ignore:end */
  });
Beispiel #2
0
  beforeEach(function() {
    testUtils.initEmptyStore(store);
    testUtils.initDropdown(dropdown);
    testUtils.initModal(modal);

    misago._context = {
      'FORGOTTEN_PASSWORD_URL': '/forgotten-password/'
    };

    /* jshint ignore:start */
    testUtils.render(<GuestNav />);
    /* jshint ignore:end */
  });