Small fix on the admin snippets feature.
This commit is contained in:
parent
684b1ddf5c
commit
8575af8b33
@ -14,12 +14,12 @@ Background:
|
|||||||
"""
|
"""
|
||||||
"yield"
|
"yield"
|
||||||
"""
|
"""
|
||||||
And a snippet named "other" with the template:
|
|
||||||
|
Scenario: Updating a Snippet that includes another snippet
|
||||||
|
Given a snippet named "other" with the template:
|
||||||
"""
|
"""
|
||||||
"other"
|
"other"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: Updating a Snippet that includes another snippet
|
|
||||||
When I go to theme assets
|
When I go to theme assets
|
||||||
And I follow "yield"
|
And I follow "yield"
|
||||||
And I fill in "snippet_template" with "{% include 'other' %}"
|
And I fill in "snippet_template" with "{% include 'other' %}"
|
||||||
|
Loading…
Reference in New Issue
Block a user