0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed member tests

no issue

- Fixes test for members option in sidebar to use value from settings
This commit is contained in:
Rish 2019-03-11 13:13:55 +05:30
parent d120440c96
commit 4a9ad42478

View file

@ -53,6 +53,8 @@ describe('Acceptance: Members', function () {
});
it('shows sidebar link which navigates to members list', async function () {
await visit('/settings/labs');
await click('#labs-members');
await visit('/');
expect(find('[data-test-nav="members"]'), 'sidebar link')