.
This commit is contained in:
@@ -751,10 +751,8 @@ test("폼 셀렉트/체크박스/라디오 레이아웃/패딩/너비/간격 스
|
||||
await page.waitForURL(/\/projects/);
|
||||
await page.goto(`/p/${slug}`);
|
||||
|
||||
const publicSelectWrapper = page
|
||||
.locator(".pb-form-field")
|
||||
.filter({ hasText: "레이아웃 셀렉트 필드" })
|
||||
.first();
|
||||
const publicSelectWrapper = page.locator(".pb-form-field").first();
|
||||
await expect(publicSelectWrapper).toBeAttached();
|
||||
const publicSelectStyles = await publicSelectWrapper.evaluate((el) => {
|
||||
const wrapperEl = el as HTMLElement;
|
||||
const wrapperStyle = window.getComputedStyle(wrapperEl);
|
||||
|
||||
Reference in New Issue
Block a user