summaryrefslogtreecommitdiff
path: root/spec/javascripts/behaviors/requires_input_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/behaviors/requires_input_spec.js')
-rw-r--r--spec/javascripts/behaviors/requires_input_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/javascripts/behaviors/requires_input_spec.js b/spec/javascripts/behaviors/requires_input_spec.js
index 1bde2bb3024..617fe49b059 100644
--- a/spec/javascripts/behaviors/requires_input_spec.js
+++ b/spec/javascripts/behaviors/requires_input_spec.js
@@ -3,10 +3,10 @@ import '~/behaviors/requires_input';
describe('requiresInput', () => {
let submitButton;
- preloadFixtures('branches/new_branch.html.raw');
+ preloadFixtures('branches/new_branch.html');
beforeEach(() => {
- loadFixtures('branches/new_branch.html.raw');
+ loadFixtures('branches/new_branch.html');
submitButton = $('button[type="submit"]');
});