New scenario: Discarding a live preview of a font keeps the previous font

Change-Id: I4dbd90263be5a35c654b850e6c3632959e8a3915
This commit is contained in:
Niklas Laxström
2013-08-30 10:57:51 +03:00
parent 53f19e9f70
commit b90208affc

View File

@@ -12,3 +12,10 @@ Feature: Persistent settings
And I apply the changes And I apply the changes
And I visit a random page And I visit a random page
Then the selected interface font must be "OpenDyslexic" Then the selected interface font must be "OpenDyslexic"
Scenario: Discarding a live preview of a font keeps the previous font
When I open "Fonts" panel of language settings
And I select "OpenDyslexic" font for the interface language for the live preview
And I close the panel to discard the changes
And I visit a random page
Then the selected interface font must be "system"