spec/features/layers/paragraph_layers/edit_spec.rb in flms-0.1.0 vs spec/features/layers/paragraph_layers/edit_spec.rb in flms-0.9.0
- old
+ new
@@ -11,9 +11,11 @@
# click on the 'edit' button.
click_link "edit-layer-#{paragraph_layer_1a1.id}"
fill_in 'Name', with: 'new-layer-name'
+ select 'linear', from: 'paragraph_layer_easing_function'
+
fill_in 'Header', with: 'header text'
fill_in 'Body', with: 'body text'
fill_in 'Color', with: 'abcabc'
click_button 'Update Paragraph layer'