rename js test

This commit is contained in:
Rimian Perkins 2017-02-24 12:51:26 +11:00
parent 8802539575
commit 23850afeb1
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ STRIPE_PUBLISHABLE_KEY: 'my_publishable_key'
To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory.
To run qunit tests: `MODULE='Acceptance: Discourse Payments' rake qunit:test[20000]`.
To run qunit tests: `MODULE='Acceptance: Discourse Donations' rake qunit:test[20000]`.
**Note:**

View File

@ -1,5 +1,5 @@
import { acceptance } from 'helpers/qunit-helpers';
acceptance('Discourse Payments', { loggedIn: true });
acceptance('Discourse Donations', { loggedIn: true });
test('Payments Link Exists', () => {
visit('/users/eviltrout');