Enable javascript again after the test

This commit is contained in:
Kevin Velghe 2016-10-30 17:46:12 +01:00
parent 18420c6978
commit 5982787651

View File

@ -265,6 +265,7 @@ Feature: Yanking and pasting.
And I run :insert-text Hello world
And I press the keys "<Ctrl+a>"
And I run :yank selection
And I set content -> allow-javascript to true
# Compare
Then the clipboard should contain "Hello world"