Don't check active window in session test
This is flaky as we don't know which window is actually focused.
This commit is contained in:
parent
29715ae7a7
commit
c59a1535c5
@ -107,11 +107,10 @@ Feature: Saving and loading sessions
|
||||
And I open data/title.html
|
||||
And I open data/numbers/2.txt in a new tab
|
||||
And I open data/numbers/3.txt in a new window
|
||||
# Full output apart from "geometry:"
|
||||
# Full output apart from "geometry:" and the active window (needs qutewm)
|
||||
Then the session should look like:
|
||||
windows:
|
||||
- active: true
|
||||
tabs:
|
||||
- tabs:
|
||||
- history:
|
||||
- scroll-pos:
|
||||
x: 0
|
||||
|
Loading…
Reference in New Issue
Block a user