discourse/spec/system/page_objects
Martin Brennan e7cbf15040
DEV: Try fix category form template flaky (#22461)
1) Edit Category when editing a category with form templates set should have form templates enabled and showing the selected templates
     Failure/Error: expect(category_page).to have_selected_template(selected_templates)
       expected `#<PageObjects::Pages::Category:0x00007fdb278fbd30>.has_selected_template?("template_0,template_1")` to be truthy, got false

Wait for CSS rather than trying to compare attr directly
and also make sure the ids are always in order.
2023-07-06 14:42:59 +10:00
..
components DEV: Fix edit nav menu modals not appearing on mobile (#22403) 2023-07-04 11:11:47 +08:00
modals DEV: Add some modal PageObject open/closed assertions (#22425) 2023-07-05 11:02:46 +10:00
pages DEV: Try fix category form template flaky (#22461) 2023-07-06 14:42:59 +10:00
cdp.rb FEATURE: Reacting to MessageBus in chat thread panel (#21070) 2023-04-13 14:45:50 +02:00