Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- plugins - autotooltips - defaults module: title is empty when cell text has enough room (0, 1, 1)
- title is not present: ""
- plugins - autotooltips - defaults module: title is present when cell text is cut off (0, 1, 1)
- title equals cell text: "looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong"
- plugins - autotooltips - header module: title is empty when header column has enough width (0, 1, 1)
- title is not present: ""
- plugins - autotooltips - header module: title is present when header column is cut off (0, 1, 1)
- title equals column name: "Long header creates tooltip"
- plugins - autotooltips - header module: title is not overridden when header column has pre-defined tooltip (0, 1, 1)
- title is not overridden: "Long header with predefined tooltip"
- plugins - autotooltips - max tooltip module: title is empty when cell text has enough room (0, 1, 1)
- title is not present: ""
- plugins - autotooltips - max tooltip module: title is present and not truncated when cell text is cut off but not too long (1, 0, 1)
- title equals truncated text, expected: "mediummmmmmm" result: ""
- plugins - autotooltips - max tooltip module: title is present and truncated when cell text is cut off and too long (0, 1, 1)
- title equals truncated text: "loooooooooooooooo..."
Tests completed in 123 milliseconds.
7 tests of 8 passed, 1 failed.