This commit is contained in:
tamaina
2022-01-19 00:18:44 +09:00
parent 5b0ddedc87
commit dd85b6343a
2 changed files with 1 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ describe('After user signup', () => {
username: 'admin',
password: 'pass',
}).its('body').as('admin');
cy.get('@admin').then(() => {
// ユーザー作成
cy.request('POST', '/api/signup', {