Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { expect, test } from '@playwright/test'
|
||||
|
||||
test('research page declares non-production boundary', async ({ page }) => {
|
||||
await page.goto('/research/sell-decision')
|
||||
await expect(page.getByText('RESEARCH_CANDIDATE_NOT_PRODUCTION')).toBeVisible()
|
||||
await expect(page.getByText('자동주문 OFF')).toBeVisible()
|
||||
})
|
||||
Reference in New Issue
Block a user