From 5bdec3a3c9e6d09aaf8f04a4ca3c9f614ec30eb1 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Wed, 25 Jul 2018 23:58:58 +0200 Subject: [PATCH] tests: add visual test for the Dropdown magic mousleave bug See https://github.com/zurb/foundation-sites/issues/11410 See https://github.com/zurb/foundation-sites/pull/11418 --- test/visual/dropdown/mouse-on-browser-ui.html | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 test/visual/dropdown/mouse-on-browser-ui.html diff --git a/test/visual/dropdown/mouse-on-browser-ui.html b/test/visual/dropdown/mouse-on-browser-ui.html new file mode 100644 index 000000000..2f90ed9f7 --- /dev/null +++ b/test/visual/dropdown/mouse-on-browser-ui.html @@ -0,0 +1,50 @@ + + + + + + + + Foundation for Sites Testing + + + + + + +
+
+
+ +

Dropdown with UI elements

+ +
    +
  • 1. Dropdown should stay open when the mouse goes on the input's autocomplete pane.
  • +
  • 2. Dropdown should stay open when the mouse reenter in the dropdown from the autocomplete pane.
  • +
  • 3. Dropdown should close when the nouse leave the dropdown from the autocomplete pane.
  • +
+ + + + +
+
+
+ + + + + + + -- 2.47.2