title:s__('Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely.'),
expect(vm.getDateFromMilestonesTooltip('start')).toBe('To schedule your epic\'s start date based on milestones, assign a milestone with a due date to any issue in the epic.');
it('returns `None` when `dateFromMilestones` is not defined',()=>{
expect(vm.dateFromMilestonesWords).toBe('None');
});
});
describe('collapsedText',()=>{
it('returns value of `selectedDateWords` when it is defined',done=>{
vm.selectedDate=newDate(2018,0,1);
Vue.nextTick()
.then(()=>{
expect(vm.collapsedText).toBe('Jan 1, 2018');
})
.then(done)
.catch(done.fail);
});
it('returns `None` when `selectedDateWords` is not defined',()=>{
expect(vm.collapsedText).toBe('None');
});
});
describe('popoverOptions',()=>{
it('returns popover config object containing title with appropriate string',()=>{
expect(vm.popoverOptions.title).toBe('These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely.');
});
it('returns popover config object containing `content` with href pointing to correct documentation',()=>{
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
msgid "Epics|An error occurred while saving %{epicDateType} date"
msgstr ""
msgid "Epics|How can I solve this?"
msgstr ""
msgid "Epics|More information"
msgstr ""
msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
msgstr ""
msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a due date to any issue in the epic."
msgstr ""
msgid "Epics|finish"
msgstr ""
msgid "Epics|start"
msgstr ""
msgid "Error"
msgstr ""
...
...
@@ -3095,6 +3119,18 @@ msgstr ""
msgid "FirstPushedBy|pushed by"
msgstr ""
msgid "Fixed date"
msgstr ""
msgid "Fixed finish date"
msgstr ""
msgid "Fixed start date"
msgstr ""
msgid "Fixed:"
msgstr ""
msgid "FogBugz Email"
msgstr ""
...
...
@@ -3172,6 +3208,9 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
msgid "From milestones:"
msgstr ""
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
...
...
@@ -6887,6 +6926,12 @@ msgstr ""
msgid "This branch has changed since you started editing. Would you like to create a new branch?"
msgstr ""
msgid "This date is after the planned finish date, so this epic won't appear in the roadmap."
msgstr ""
msgid "This date is before the planned start date, so this epic won't appear in the roadmap."