mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
enhance(frontend): tweak server setup wizard
This commit is contained in:
parent
a603a4970e
commit
fde67dca74
2 changed files with 13 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue