Remove forgotten fdescribe

This commit is contained in:
Filipa Lacerda 2017-08-10 17:27:17 +01:00
parent d323bb79eb
commit 2faf28fe1c
5 changed files with 7 additions and 4 deletions

View File

@ -92,7 +92,7 @@
'saveNote',
]),
setIsSubmitButtonDisabled(note, isSubmitting) {
if (!_.isEmpty(note) && !isSubmitting) {
if (!_.isEmpty(note) && !isSubmitting) {
this.isSubmitButtonDisabled = false;
} else {
this.isSubmitButtonDisabled = true;

View File

@ -153,8 +153,8 @@
},
created() {
this.emojiSmiling = emojiSmiling;
this.emojiSmile = this.emojiSmile;
this.emojiSmiley = this.emojiSmiley;
this.emojiSmile = emojiSmile;
this.emojiSmiley = emojiSmiley;
},
};
</script>

View File

@ -168,6 +168,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
author: project.users.first,
description: "# Description header"
)
wait_for_requests
end
step 'project "Shop" have "Tweet control" open issue' do

View File

@ -163,5 +163,7 @@ module SharedNote
page.within(".note") do
expect(page).to have_content("+1 Awesome!")
end
wait_for_requests
end
end

View File

@ -30,7 +30,7 @@ import '~/notes';
return escapedString;
};
fdescribe('Notes', function() {
describe('Notes', function() {
const FLASH_TYPE_ALERT = 'alert';
var commentsTemplate = 'merge_requests/merge_request_with_comment.html.raw';
preloadFixtures(commentsTemplate);