提交 2faf28fe 编写于 作者: F Filipa Lacerda

Remove forgotten fdescribe

上级 d323bb79
......@@ -153,8 +153,8 @@
},
created() {
this.emojiSmiling = emojiSmiling;
this.emojiSmile = this.emojiSmile;
this.emojiSmiley = this.emojiSmiley;
this.emojiSmile = emojiSmile;
this.emojiSmiley = emojiSmiley;
},
};
</script>
......
......@@ -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
......
......@@ -163,5 +163,7 @@ module SharedNote
page.within(".note") do
expect(page).to have_content("+1 Awesome!")
end
wait_for_requests
end
end
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册