fix tests

This commit is contained in:
おさむのひと
2025-02-23 11:37:08 +09:00
parent 5c574a6384
commit 5d7f68b4a8
5 changed files with 30 additions and 14 deletions

View File

@@ -233,7 +233,7 @@ describe('After user setup', () => {
cy.get('[data-cy-post-form-text]').type('Hello, Misskey!');
cy.get('[data-cy-open-post-form-submit]').click();
cy.contains('Hello, Misskey!');
cy.contains('Hello, Misskey!', { timeout: 15000 });
});
it('open note form with hotkey', () => {