Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 9c6ae5b

Browse files
committed
update summary_container_selector
1 parent 22c5f55 commit 9c6ae5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/system/page_objects/components/ai_summary_box.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ module PageObjects
44
module Components
55
class AiSummaryTrigger < PageObjects::Components::Base
66
SUMMARY_BUTTON_SELECTOR = ".ai-summarization-button"
7-
SUMMARY_CONTAINER_SELECTOR = ".ai-summary-container"
7+
SUMMARY_CONTAINER_SELECTOR = ".ai-summary-modal"
88

99
def click_summarize
1010
find(SUMMARY_BUTTON_SELECTOR).click
1111
end
1212

1313
def click_regenerate_summary
14-
find("#{SUMMARY_CONTAINER_SELECTOR} .ai-summary-modal .d-modal__footer button").click
14+
find("#{SUMMARY_CONTAINER_SELECTOR} .d-modal__footer button").click
1515
end
1616

1717
def has_summary?(summary)

0 commit comments

Comments
 (0)