SlickGrid - AutoTooltips Test Suite

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

  1. plugins - autotooltips - defaults module: title is empty when cell text has enough room (0, 1, 1)
    1. title is not present: ""
  2. plugins - autotooltips - defaults module: title is present when cell text is cut off (0, 1, 1)
    1. title equals cell text: "looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong"
  3. plugins - autotooltips - header module: title is empty when header column has enough width (0, 1, 1)
    1. title is not present: ""
  4. plugins - autotooltips - header module: title is present when header column is cut off (0, 1, 1)
    1. title equals column name: "Long header creates tooltip"
  5. plugins - autotooltips - header module: title is not overridden when header column has pre-defined tooltip (0, 1, 1)
    1. title is not overridden: "Long header with predefined tooltip"
  6. plugins - autotooltips - max tooltip module: title is empty when cell text has enough room (0, 1, 1)
    1. title is not present: ""
  7. plugins - autotooltips - max tooltip module: title is present and not truncated when cell text is cut off but not too long (1, 0, 1)
    1. title equals truncated text, expected: "mediummmmmmm" result: ""
  8. plugins - autotooltips - max tooltip module: title is present and truncated when cell text is cut off and too long (0, 1, 1)
    1. title equals truncated text: "loooooooooooooooo..."

Tests completed in 123 milliseconds.
7 tests of 8 passed, 1 failed.