Removed stray only statement

This commit is contained in:
Naz 2021-10-07 13:10:20 +02:00
parent 901beb076f
commit 35e5081874
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ describe('Acceptance: Editor', function () {
return await authenticateSession();
});
it.only('renders the editor correctly, PSM Publish Date and Save Button', async function () {
it('renders the editor correctly, PSM Publish Date and Save Button', async function () {
let [post1] = this.server.createList('post', 2, {authors: [author]});
let futureTime = moment().tz('Etc/UTC').add(10, 'minutes');