summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-09-16 14:46:15 -0300
committerGiovane <giovaneliberato@gmail.com>2015-09-16 14:46:21 -0300
commitab4387345975cde8681c6af4ee92a10dc7e3be8e (patch)
treeaa8a14e1ec64607c9f40cf85afee351b97eaeb95 /web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js
parent660e0d9de3188bad894b73f7f0ae236d5313b715 (diff)
#442 Renames feedback box file and improve feedback box html.
Diffstat (limited to 'web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js')
-rw-r--r--web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js b/web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js
index 1270fc4c..6622cc19 100644
--- a/web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js
+++ b/web-ui/test/spec/dispatchers/right_pane_dispatcher.spec.js
@@ -54,7 +54,7 @@ describeComponent('dispatchers/right_pane_dispatcher', function () {
});
it('listens to open feedback event and open feedback box', function () {
- var feedbackBox = require('mail_view/ui/compose_feedback');
+ var feedbackBox = require('mail_view/ui/feedback_box');
spyOn(feedbackBox, 'attachTo');
this.component.trigger(document, Pixelated.events.ui.feedback.open);