Removed errant .only from test suite

This commit is contained in:
Kevin Ansfield 2020-07-22 20:00:03 +01:00
parent 7dcc701df2
commit 6048b44d55

View File

@ -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"]');