action #34717
closed[functional][u][easy][fast] adjust gnucash test per gnucash 3.0 update
0%
Description
Description
Observation
See for example https://openqa.opensuse.org/tests/654270#step/gnucash/48 , wieh gnucash 3.0, now on lxde environment the tip window has appears, we have to close the tip window like what we had did for GNOME and XFce, otherwise 'save change' window was behind.
Reproducible
Fails since (at least) Build 20180410
Expected result
Last good: 20180407
Further details
Always latest result in this scenario: latest
Updated by mlin7442 over 6 years ago
- Category set to Enhancement to existing tests
Updated by okurz over 6 years ago
- Subject changed from adjust gnucash test per gnucash 3.0 update to [functional][u] adjust gnucash test per gnucash 3.0 update
- Due date set to 2018-05-22
- Category changed from Enhancement to existing tests to Bugs in existing tests
- Target version set to Milestone 16
Updated by okurz over 6 years ago
- Related to action #35685: [opensuse][functional][u][sporadic][medium] Various unstable tests on o3 - user_gui_login + gnucash added
Updated by oorlov over 6 years ago
- Subject changed from [functional][u] adjust gnucash test per gnucash 3.0 update to [functional][u][easy] adjust gnucash test per gnucash 3.0 update
- Status changed from New to Workable
- Difficulty set to easy
Updated by okurz over 6 years ago
- Related to action #25032: enable openQA maintenance testing added
Updated by jorauch over 6 years ago
- Status changed from Workable to In Progress
- Assignee set to jorauch
Updated by jorauch over 6 years ago
- Status changed from In Progress to Feedback
Created PR:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5028
Waiting for merge and verification in production
Updated by jorauch over 6 years ago
Improved PR by okurz:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5035
got merged, waiting for verification in production
Updated by jorauch over 6 years ago
- Status changed from Feedback to Resolved
First two runs after merge do not fail anymore:
https://openqa.opensuse.org/tests/677111
Considering this as resolved
Updated by okurz over 6 years ago
- Subject changed from [functional][u][easy] adjust gnucash test per gnucash 3.0 update to [functional][u][easy][fast] adjust gnucash test per gnucash 3.0 update
- Due date changed from 2018-05-22 to 2018-06-05
- Status changed from Resolved to Workable
- Assignee deleted (
jorauch)
Interesting, two jobs passed but now it seems to fail again in more or less the same issue: https://openqa.opensuse.org/tests/684575
@jorauch feel free to pick it up again.
Updated by mgriessmeier over 6 years ago
- Due date changed from 2018-06-05 to 2018-06-19
- Priority changed from Normal to High
- Target version changed from Milestone 16 to Milestone 17
Updated by zluo over 6 years ago
- Status changed from Workable to In Progress
http://e13.suse.de/tests/2714#step/gnucash
looks good
Updated by zluo over 6 years ago
the problem on osd I assume that send_key 'ctrl-q' doesn't work here. We have same issue on osd.
send_key 'ctrl-q'; # Exit
assert_screen [qw(gnucash-save-changes generic-desktop)];
--
trying now:
send_key_until_needlematch 'gnucash-save-changes', "ctrl-q", 5, 5;
send_key 'alt-w';
Updated by zluo over 6 years ago
Updated by zluo over 6 years ago
- Status changed from In Progress to Resolved
Updated by okurz over 6 years ago
- Target version changed from Milestone 17 to Milestone 17
Updated by okurz over 6 years ago
- Related to action #38114: [functional][u] GnuCash does not close on LXDE added