merge updates with settings
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user