Skip to content

Commit ec83444

Browse files
committed
1 parent f84ca1c commit ec83444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/integration/fields/ck_editor_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
visit new_path(model_name: 'player')
2525
find_link('Add a new Comment').trigger 'click'
2626
expect(page).to have_text 'New Comment'
27+
expect(page).to have_css '.cke_button__link'
2728
find('.cke_button__link').click
2829
expect(page).to have_css '.cke_dialog_ui_input_text'
2930
first(:css, '.cke_dialog_ui_input_text').click

0 commit comments

Comments
 (0)