1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 04:35:42 +02:00

enhance(frontend): tweak server setup wizard

This commit is contained in:
syuilo
2025-06-05 21:05:11 +09:00
parent a603a4970e
commit fde67dca74
2 changed files with 13 additions and 14 deletions

View File

@@ -34,7 +34,6 @@ describe('Before setup instance', () => {
cy.intercept('POST', '/api/admin/update-meta').as('update-meta');
cy.get('[data-cy-next]').click();
cy.get('[data-cy-next]').click();
cy.get('[data-cy-server-name] input').type('Testskey');
cy.get('[data-cy-server-setup-wizard-apply]').click();