We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d356f commit 4d30e91Copy full SHA for 4d30e91
spec/system/editor_system_spec.rb
@@ -109,4 +109,16 @@
109
expect(page).to have_no_content(I18n.t('exercises.editor.score'))
110
end
111
112
+
113
+ context 'contains resizer' do
114
+ it 'contains a horizontal resizer' do
115
+ visit(implement_exercise_path(exercise))
116
+ expect(page).to have_css('#resizerHorizontal')
117
+ end
118
+ it 'contains a vertical resizer' do
119
120
+ click_button(I18n.t('exercises.editor.score'))
121
+ expect(page).to have_css('#resizerVertical')
122
123
124
0 commit comments