#301 Extend 'navigation' test to cover KDE and the rest of QA:Testcase_window_manager
Opened 9 months ago by adamwill. Modified 19 days ago

The initial GNOME 45 updates had a pretty bad bug - alt-tab didn't work correctly. The openQA tests didn't catch this, so we let it through.

This seems like something we should catch, really. I'm thinking of a test which opens several windows and tests that alt-tab and alt-(keyabovetab) work correctly. Also probably testing window switch via overview and a basic test that virtual desktops work correctly would be good.


we should probably write a wiki test case for this too and add it to the matrices.

Metadata Update from @lruzicka:
- Issue assigned to lruzicka

9 months ago

So, there are some points we might test in this test:

  1. Use Alt-Tab to switch between two running applications.
  2. Use Alt-Tab to cycle through more than two applications.
  3. Test the reverse navigation using Alt-Shift-Tab.
  4. Test Alt-Tab when some applications are minimized.
  5. Test Alt-Tab functionality when an application is in full-screen mode.

@kparal created a wiki test case for this last year: https://fedoraproject.org/wiki/QA:Testcase_window_manager . The current PR implements only part of this. I'm probably going to merge the PR anyway, but I don't think it fully closes this ticket, I think we need to extend the test further to cover more of the stuff in the test case first.

@kparal created a wiki test case for this last year: https://fedoraproject.org/wiki/QA:Testcase_window_manager . The current PR implements only part of this. I'm probably going to merge the PR anyway, but I don't think it fully closes this ticket, I think we need to extend the test further to cover more of the stuff in the test case first.

I can take a look at this once more and see if I can make it more compatible with what the test case says.

Login to comment on this ticket.

Metadata