1
0
mirror of synced 2026-08-04 14:16:55 +00:00

rename to "payments"

This commit is contained in:
Rimian Perkins
2017-02-14 10:11:10 +11:00
parent ed828a228b
commit 3f32c212d8
6 changed files with 6 additions and 6 deletions
@@ -1,8 +1,8 @@
import { acceptance } from 'helpers/qunit-helpers';
acceptance('Choice Discourse', { loggedIn: true });
acceptance('Discourse Payments', { loggedIn: true });
test('Choice Page Exists', () => {
visit('/users/eviltrout/choice');
visit('/users/eviltrout/payments');
andThen(() => {
ok(exists('h1'), 'Heading exists');
@@ -11,7 +11,7 @@ test('Choice Page Exists', () => {
});
test('Choice Page response happens', () => {
visit('/users/eviltrout/choice');
visit('/users/eviltrout/payments');
click('.choice-btn');