stable

Clone or download

Read-only

request #14132: Project banner message might not show hint to the user the message can be expanded

Reproduction scenario: 1. Add a project banner with a long message so it needs multiple lines to be fully displayed 2. Close the project banner 3. Refresh the page 4. Open the banner, with your mouse cursor go on top of the message: it should be a pointer not a text selector JSDOM 11 does not implement MutationObserver and Jest currently uses JSDOM 11 and does not intend to upgrade soon to not break compatibility with older version of Node.js [0]. In order to make it work we now uses the latest version of JSDOM for the Tuleap test suites, some tests that were not compatible has been fixed. [0] https://github.com/facebook/jest/pull/7122 Change-Id: If043f4c0428a4abc29ccbd2575306cf88dd673e6

Modified Files

Name
M package-lock.json +170 −0 Go to diff View file
M package.json +1 −0 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.test.ts +6 −4 Go to diff View file
M src/www/scripts/project/banner/project-banner-clamp.test.ts +24 −0 Go to diff View file
M src/www/scripts/project/banner/project-banner-clamp.ts +7 −1 Go to diff View file
M tests/jest/jest.base.config.js +1 −0 Go to diff View file