mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-23 16:12:21 +00:00
FIX: edit-topic is not invisible on desktop (#1394)
Fix due to https://github.com/discourse/discourse/pull/32941
This commit is contained in:
parent
49fe986974
commit
306fec2b24
@ -319,7 +319,7 @@ RSpec.describe "AI Composer helper", type: :system, js: true do
|
||||
DiscourseAi::AiHelper::SemanticCategorizer.any_instance.stubs(:tags).returns(response)
|
||||
|
||||
topic_page.visit_topic(topic)
|
||||
page.find(".edit-topic").click
|
||||
page.find(".edit-topic", visible: false).click
|
||||
page.find(".ai-tag-suggester-trigger").click
|
||||
tag1_css = ".ai-tag-suggester-content btn[data-name='#{video.name}']"
|
||||
tag2_css = ".ai-tag-suggester-content btn[data-name='#{music.name}']"
|
||||
|
Loading…
x
Reference in New Issue
Block a user