mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 16:14:16 +08:00
DEV: Delete bookmark slow connection flaky (#27062)
Not much value in keeping this around
This commit is contained in:
parent
61e12aaebe
commit
a388f41dd4
|
@ -83,17 +83,6 @@ describe "Bookmarking posts and topics", type: :system do
|
|||
)
|
||||
end
|
||||
|
||||
it "opens the bookmark modal with the Custom... option only after the bookmark saves on slow connections" do
|
||||
topic_page.visit_topic(topic)
|
||||
|
||||
cdp.with_slow_upload do
|
||||
open_bookmark_menu(post)
|
||||
bookmark_menu.click_menu_option("custom")
|
||||
end
|
||||
|
||||
expect(bookmark_modal).to be_open
|
||||
end
|
||||
|
||||
describe "topic level bookmarks" do
|
||||
it "allows the topic to be bookmarked" do
|
||||
topic_page.visit_topic(topic)
|
||||
|
|
Loading…
Reference in New Issue
Block a user