Commit 133c9330 authored by Phil Hughes's avatar Phil Hughes

Merge branch '64669-fixed-tooltip' into 'master'

Resolve "Tooltips on note timestamps not showing for issues"

Closes #64669

See merge request gitlab-org/gitlab-ce!30846
parents 0854f183 6911c343
...@@ -23,8 +23,7 @@ describe('JumpToNextDiscussionButton', () => { ...@@ -23,8 +23,7 @@ describe('JumpToNextDiscussionButton', () => {
button.trigger('click'); button.trigger('click');
expect(wrapper.emitted()).toEqual({ expect(wrapper.emitted().onClick).toBeTruthy();
onClick: [[]], expect(wrapper.emitted().onClick.length).toBe(1);
});
}); });
}); });
...@@ -73,7 +73,10 @@ describe('Suggestion Diff component', () => { ...@@ -73,7 +73,10 @@ describe('Suggestion Diff component', () => {
}); });
it('emits apply', () => { it('emits apply', () => {
expect(wrapper.emittedByOrder()).toEqual([{ name: 'apply', args: [expect.any(Function)] }]); expect(wrapper.emittedByOrder()).toContainEqual({
name: 'apply',
args: [expect.any(Function)],
});
}); });
it('hides apply button', () => { it('hides apply button', () => {
......
...@@ -25,8 +25,7 @@ describe('ReplyButton', () => { ...@@ -25,8 +25,7 @@ describe('ReplyButton', () => {
button.trigger('click'); button.trigger('click');
expect(wrapper.emitted()).toEqual({ expect(wrapper.emitted().startReplying).toBeTruthy();
startReplying: [[]], expect(wrapper.emitted().startReplying.length).toBe(1);
});
}); });
}); });
...@@ -705,21 +705,21 @@ ...@@ -705,21 +705,21 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.67.0.tgz#c7b94eca13b99fd3aaa737fb6dcc0abc41d3c579" resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.67.0.tgz#c7b94eca13b99fd3aaa737fb6dcc0abc41d3c579"
integrity sha512-hJOmWEs6RkjzyKkb1vc9wwKGZIBIP0coHkxu/KgOoxhBVudpGk4CH7xJ6UuB2TKpb0SEh5CC1CzRZfBYaFhsaA== integrity sha512-hJOmWEs6RkjzyKkb1vc9wwKGZIBIP0coHkxu/KgOoxhBVudpGk4CH7xJ6UuB2TKpb0SEh5CC1CzRZfBYaFhsaA==
"@gitlab/ui@^5.6.0": "@gitlab/ui@^5.7.0":
version "5.6.0" version "5.7.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-5.6.0.tgz#6b5408050229e2135359f3fce5d0de7718326a0d" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-5.7.0.tgz#2ce6b431de262f09b2e1dbe77b047d6e8e1ca41d"
integrity sha512-EohpACc5OCK8pOWgwB7/QZUcg3tA9k863ku6Ik9NxaRSKt/JIpQ8RI4wCr4UmqhejZLQMD9VZHLUmc9Sf3Mk9w== integrity sha512-zOPFNrCGyZrgqa8OXNhtfRg4aQ6pRCpIV2+alq3/4jllYb3HHHH+jIk/ejLrvNe8+fk7LRNSvJEvuInRLqBbEg==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.2.1" "@gitlab/vue-toasted" "^1.2.1"
bootstrap "4.3.1" bootstrap "4.3.1"
bootstrap-vue "^2.0.0-rc.24" bootstrap-vue "^2.0.0-rc.26"
copy-to-clipboard "^3.0.8" copy-to-clipboard "^3.0.8"
core-js "^2.6.9" core-js "^2.6.9"
echarts "^4.2.0-rc.2" echarts "^4.2.0-rc.2"
highlight.js "^9.13.1" highlight.js "^9.13.1"
js-beautify "^1.8.8" js-beautify "^1.8.8"
lodash "^4.17.11" lodash "^4.17.14"
url-search-params-polyfill "^5.0.0" url-search-params-polyfill "^5.0.0"
vue "^2.6.10" vue "^2.6.10"
vue-loader "^15.4.2" vue-loader "^15.4.2"
...@@ -1921,14 +1921,13 @@ bonjour@^3.5.0: ...@@ -1921,14 +1921,13 @@ bonjour@^3.5.0:
multicast-dns "^6.0.1" multicast-dns "^6.0.1"
multicast-dns-service-types "^1.1.0" multicast-dns-service-types "^1.1.0"
bootstrap-vue@^2.0.0-rc.24: bootstrap-vue@^2.0.0-rc.26:
version "2.0.0-rc.24" version "2.0.0-rc.26"
resolved "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.0.0-rc.24.tgz#8ea5bbcd19e0f9b4f87ed4d9ba72abaa35231f32" resolved "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.0.0-rc.26.tgz#2b8b9116a452584ae20ba8310d143635bc9e1375"
integrity sha512-8rA/I9tOvpNVIuMKD3rdlrUqgVdPEw4vPI0X8OeFJcG2hHvCHeZDF7FmWqxSeehIrUHGDV17HlTGSuP/v1Sp5g== integrity sha512-AzN+IRTmfR9rLFWNGt+v2XPmQjZiAlH4x5z2kStA3UoJ5LR91K34iZ8apaa6isDo+DfWDcwH4q7OwHM+VNxWwg==
dependencies: dependencies:
"@nuxt/opencollective" "^0.2.2" "@nuxt/opencollective" "^0.2.2"
bootstrap "^4.3.1" bootstrap "^4.3.1"
core-js ">=2.6.5 <3.0.0"
popper.js "^1.15.0" popper.js "^1.15.0"
portal-vue "^2.1.5" portal-vue "^2.1.5"
vue-functional-data-merge "^3.1.0" vue-functional-data-merge "^3.1.0"
...@@ -2827,7 +2826,7 @@ core-js@3.0.1: ...@@ -2827,7 +2826,7 @@ core-js@3.0.1:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.1.tgz#1343182634298f7f38622f95e73f54e48ddf4738" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.1.tgz#1343182634298f7f38622f95e73f54e48ddf4738"
integrity sha512-sco40rF+2KlE0ROMvydjkrVMMG1vYilP2ALoRXcYR4obqbYIuV3Bg+51GEDW+HF8n7NRA+iaA4qD0nD9lo9mew== integrity sha512-sco40rF+2KlE0ROMvydjkrVMMG1vYilP2ALoRXcYR4obqbYIuV3Bg+51GEDW+HF8n7NRA+iaA4qD0nD9lo9mew==
"core-js@>=2.6.5 <3.0.0", core-js@^2.2.0, core-js@^2.6.9: core-js@^2.2.0, core-js@^2.6.9:
version "2.6.9" version "2.6.9"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A== integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
...@@ -7016,7 +7015,7 @@ lodash.upperfirst@4.3.1: ...@@ -7016,7 +7015,7 @@ lodash.upperfirst@4.3.1:
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce" resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984= integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.0, lodash@~4.17.10: lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.0, lodash@~4.17.10:
version "4.17.14" version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment