Skip to content
Snippets Groups Projects
Commit 8a9cc0e7 authored by syuilo's avatar syuilo
Browse files

fix text

parent 95e7e003
No related branches found
No related tags found
No related merge requests found
......@@ -221,8 +221,8 @@ describe('ユーザー', () => {
}, 1000 * 60 * 2);
beforeAll(async () => {
root = await signup({ username: 'alice' });
alice = root;
root = await signup({ username: 'root' });
alice = await signup({ username: 'alice' });
aliceNote = await post(alice, { text: 'test' }) as any;
alicePage = await page(alice);
aliceList = (await api('users/list/create', { name: 'aliceList' }, alice)).body;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment