diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-11-01 13:41:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 13:41:25 +0100 |
commit | ee9b4cce454a518b0ae67f04efd967d618f69872 (patch) | |
tree | 1bfeb0cbb5ce28785bdeb0bf8f343feed9081a8c /server/sonar-web/src/main/js/components/issue | |
parent | 67fe4ce8f2d9f12704d829e95f1927b5698f1830 (diff) | |
download | sonarqube-ee9b4cce454a518b0ae67f04efd967d618f69872.tar.gz sonarqube-ee9b4cce454a518b0ae67f04efd967d618f69872.zip |
Update to React 16 and Enzyme 3 (#2776)
* Update to React 16
* Add missing promise catch
* Fix jest tests
* extract react-dom mock
* remove empty snapshots
* Fix modals
Diffstat (limited to 'server/sonar-web/src/main/js/components/issue')
-rw-r--r-- | server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap index 53bb476c610..13f54108ff2 100644 --- a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap +++ b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueCommentAction-test.js.snap @@ -10,6 +10,7 @@ exports[`should open the popup when the button is clicked 1`] = ` <CommentPopup customClass="issue-comment-bubble-popup" onComment={[Function]} + placeholder={undefined} toggleComment={[Function]} /> } @@ -40,6 +41,7 @@ exports[`should render correctly 1`] = ` <CommentPopup customClass="issue-comment-bubble-popup" onComment={[Function]} + placeholder={undefined} toggleComment={[Function]} /> } |