1
0
mirror of synced 2026-08-03 21:56:54 +00:00

merge updates with settings

This commit is contained in:
Rimian Perkins
2017-02-28 13:52:13 +11:00
22 changed files with 88 additions and 92 deletions
@@ -0,0 +1,10 @@
import { acceptance } from 'helpers/qunit-helpers';
acceptance('Discourse Donations', { loggedIn: true });
test('Donations Link Exists', () => {
visit('/users/eviltrout');
andThen(() => {
ok(exists('.discourse-donations > a'), 'Link exists on profile page');
});
});
@@ -1,10 +0,0 @@
import { acceptance } from 'helpers/qunit-helpers';
acceptance('Discourse Payments', { loggedIn: true });
test('Payments Link Exists', () => {
visit('/users/eviltrout');
andThen(() => {
ok(exists('.discourse-payments > a'), 'Link exists on profile page');
});
});