feat(gateway): split server lifecycle administration
This commit is contained in:
@@ -85,10 +85,9 @@ test('admin resets and opens hwe, then two users create generals and reach main'
|
||||
await login(page, adminUsername, await readPassword('admin'));
|
||||
await page.getByRole('link', { name: '관리자 페이지' }).click();
|
||||
await expect(page).toHaveURL(/\/gateway\/admin$/);
|
||||
await page.getByRole('link', { name: '버전 업데이트' }).first().click();
|
||||
await expect(page).toHaveURL(/\/gateway\/admin\/releases$/);
|
||||
await page.goto(`/gateway/admin/servers/${encodeURIComponent(profileKey)}/scenario`);
|
||||
await expect(page).toHaveURL(/\/gateway\/admin\/servers\/.+\/scenario$/);
|
||||
|
||||
await page.getByTestId('profile-select').selectOption(profileKey);
|
||||
const profileStatus = page.getByTestId('selected-profile-status');
|
||||
if (!skipReset) {
|
||||
await page.getByTestId('source-commit').check();
|
||||
|
||||
Reference in New Issue
Block a user