~unity-2d-team/unity-2d/fix-failing-ctests

« back to all changes in this revision

Viewing changes to tests/launcher/autohide_show_tests.rb

Test for bug regarding Auto Hide and moving the mouse to the launcher after it has been shown because of focus. Fixes: . Approved by .

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
  test "Launcher does not hide on Esc after Super with overlapping window and mouse on BFB" do
185
185
    test_launcher_does_not_hide_on_esc_after_Super_with_overlapping_window_mouse_on_bfb()
186
186
  end
 
187
  
 
188
  test "Auto Hide: Launcher does not hide on Esc after Alt+F1 and mouse on BFB" do
 
189
    test_auto_hide_launcher_does_not_hide_on_esc_after_alt_f1_mouse_on_bfb()
 
190
  end
187
191
 
188
192
end