locator 잘못된 사용 수정
This commit is contained in:
parent
058fd0ce4d
commit
a74b795908
|
|
@ -786,7 +786,7 @@ class OptionHandler:
|
|||
self.logger.debug(f"{index}번째 옵션의 삭제 다이알로그 확인됨")
|
||||
|
||||
# 삭제 확인 버튼 찾기
|
||||
confirm_delete_button = dialog.locator(self.confirm_delete_button_selector)
|
||||
confirm_delete_button = self.page.locator(self.confirm_delete_button_selector)
|
||||
await confirm_delete_button.wait_for(state="attached", timeout=5000)
|
||||
|
||||
if await confirm_delete_button.is_visible():
|
||||
|
|
|
|||
Loading…
Reference in New Issue