mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Skipped editor test that uses old publish menu
no issue - CI keeps failing on this test because Firefox is being slow and hitting the 15sec timeout - skipped for now as it's testing an old flow that no longer exists and the test will be replaced with an updated version soon
This commit is contained in:
parent
4795343cdb
commit
d353f5dff1
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ describe('Acceptance: Editor', function () {
|
|||
return await authenticateSession();
|
||||
});
|
||||
|
||||
it('renders the editor correctly, PSM Publish Date and Save Button', async function () {
|
||||
it.skip('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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue