Skip to content

chore(ci): Fix CSS order in storyshots

Illya Klymov requested to merge update-css-order-in-storybook into master

This MR syncs CSS order in storyshots with real CSS order when "Include GitLab CSS bundle" is ticked. This highlights issues with multiple components marked as "follows design system". This mark is cleared for offending components

Closes #705 (closed)

Report of failures for test:visual:gitlab without clearing flag
 FAIL  tests/storyshots.spec.js (294.686s)
  Image storyshots
    base|alert
      ✕ default (7731ms)
      ✕ titled warning (2294ms)
      ✕ undismissible danger with actions (2261ms)
    base|avatar/labeled
      ✕ default (2985ms)
      ✕ with-tooltip (2479ms)
    base|avatar/avatar-link
      ✕ with labeled avatar (3237ms)
      ✕ with no-image avatar (3072ms)
    base|avatar/avatars-inline
      ✕ default (3242ms)
      ✕ with links and tooltips (2032ms)
    base|banner
      ✕ default (2010ms)
      ✕ no image (1993ms)
      ✕ introduction (1835ms)
    base|breadcrumb
      ✕ default (2818ms)
    base|broadcast message
      ✕ themes (2302ms)
    base|daterange-picker
      ✕ default (1800ms)
    base|form/form-checkbox
      ✕ stacked group (3217ms)
      ✕ inline group (3043ms)
    base|form/form-input
      ✕ default (3177ms)
      ✕ disabled (3054ms)
    base|form/form-radio
      ✕ default (2264ms)
    base|form/form-radio-group
      ✕ default (3210ms)
      ✕ stacked (3062ms)
    base|label
      ✕ scoped (1735ms)
    base|loading-icon
      ✕ default (2219ms)
      ✕ inline (2053ms)
    base|new-button
      ✕ default (2171ms)
      ✕ block button (2938ms)
      ✕ link button (3207ms)
    base|new-dropdown
      ✕ default (2055ms)
      ✕ with divider (2019ms)
      ✕ with header (2010ms)
      ✕ with checked items (2006ms)
      ✕ with avatar and secondary text (2678ms)
      ✕ with icons (2634ms)
      ✕ with menu header (2693ms)
      ✕ full width (1983ms)
    base|pagination
      ✕ default (1990ms)
      ✕ compact (1758ms)
      ✕ custom rendering (2258ms)
      ✕ link based (1996ms)
      ✕ align center (1973ms)
      ✕ align right (2059ms)
      ✕ fill (1984ms)
      ✕ small buttons (1977ms)
      ✕ large buttons (2002ms)
    base|popover
      ✕ default (2151ms)
    base|search-box-by-click
      ✕ default (1854ms)
      ✕ with history (2003ms)
    base|search-box-by-type
      ✕ default (1775ms)
    base|skeleton-loader
      ✕ default (2179ms)
    base|table
      ✕ default (3294ms)
      ✕ empty (2783ms)
      ✕ with filter (3233ms)
    base|tabs/tabs
      ✕ default (2775ms)
      ✕ contentless tab (3218ms)
      ✕ empty state (2771ms)
    base|toast
      ✕ default (1814ms)
      ✕ with actions (1770ms)
      ✕ with long content (1815ms)
    base|toggle
      ✕ default (2613ms)
    base|token
      ✕ default (1731ms)
      ✕ search-type (2221ms)
      ✕ search-value (1747ms)
    base|tooltip
      ✕ defaults to top (2242ms)
      ✕ to the right (2237ms)
      ✕ to the bottom (2225ms)
      ✕ to the left (2256ms)
      ✕ with HTML content (2260ms)
    charts|chart-tooltip
      ✕ default (2275ms)
Edited by Illya Klymov

Merge request reports