mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Removed errant .only from test suite
This commit is contained in:
parent
7dcc701df2
commit
6048b44d55
@ -313,7 +313,7 @@ describe('Acceptance: Settings - Labs', function () {
|
||||
return await authenticateSession();
|
||||
});
|
||||
|
||||
it.only('sets the mailgunBaseUrl to the default', async function () {
|
||||
it('sets the mailgunBaseUrl to the default', async function () {
|
||||
await visit('/settings/labs');
|
||||
|
||||
await click('[data-test-toggle="enable-members"]');
|
||||
|
Loading…
Reference in New Issue
Block a user