testio-tailwind 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.circleci/config.yml +217 -0
- package/.dockerignore +4 -0
- package/.eleventy.js +57 -57
- package/Dockerfile +27 -0
- package/LICENSE +21 -21
- package/README.md +43 -43
- package/icon-classes-extractor.js +29 -29
- package/index.html +399 -478
- package/package.json +66 -66
- package/src/_data/navigation.json +44 -44
- package/src/_data/site.js +12 -12
- package/src/_includes/card_popover.haml +7 -7
- package/src/_includes/example-header-customer.pug +99 -99
- package/src/_includes/example-header-manager.njk +53 -53
- package/src/_includes/example-header-tester.njk +99 -99
- package/src/_includes/example-header.njk +50 -50
- package/src/_includes/page-with-sidebar-nocode.njk +46 -46
- package/src/_includes/page-with-sidebar.njk +46 -46
- package/src/_includes/page.njk +38 -38
- package/src/_layouts/base.njk +83 -83
- package/src/_layouts/email-template.njk +90 -90
- package/src/_layouts/page-example-customer.njk +74 -74
- package/src/_layouts/page-example-manager.njk +74 -74
- package/src/_layouts/page-example-tester.njk +75 -75
- package/src/_layouts/page-example.njk +83 -83
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
- package/src/assets/images/arrow-down.svg +13 -13
- package/src/assets/images/arrow-left.svg +13 -13
- package/src/assets/images/arrow-right.svg +13 -13
- package/src/assets/images/arrow-thick-left.svg +13 -13
- package/src/assets/images/arrow-thick-right.svg +13 -13
- package/src/assets/images/arrow-up.svg +13 -13
- package/src/assets/images/at-sign.svg +12 -12
- package/src/assets/images/attachment-fallbackimage.svg +19 -19
- package/src/assets/images/attachment.svg +8 -8
- package/src/assets/images/bell-smile-xl.svg +18 -18
- package/src/assets/images/blocked.svg +7 -7
- package/src/assets/images/bug-chat-xl.svg +15 -15
- package/src/assets/images/bug-deceased-xl.svg +15 -15
- package/src/assets/images/bug-reproduction.svg +14 -14
- package/src/assets/images/bug-sad-xl.svg +13 -13
- package/src/assets/images/bug-search-xl.svg +18 -18
- package/src/assets/images/bug-sleeping-xl.svg +14 -14
- package/src/assets/images/bug-smile-xl.svg +9 -9
- package/src/assets/images/calendar.svg +15 -15
- package/src/assets/images/caret-down-centered.svg +6 -6
- package/src/assets/images/caret-down.svg +11 -11
- package/src/assets/images/caret-left-centered.svg +6 -6
- package/src/assets/images/caret-left.svg +6 -6
- package/src/assets/images/caret-right-centered.svg +6 -6
- package/src/assets/images/caret-right.svg +6 -6
- package/src/assets/images/caret-up-centered.svg +6 -6
- package/src/assets/images/caret-up.svg +11 -11
- package/src/assets/images/check-circle-filled-white.svg +9 -9
- package/src/assets/images/check-circle-filled.svg +12 -12
- package/src/assets/images/check-circle.svg +7 -7
- package/src/assets/images/check-selectable-items.svg +11 -11
- package/src/assets/images/check-thick-outline.svg +11 -11
- package/src/assets/images/check-thick.svg +6 -6
- package/src/assets/images/check.svg +17 -17
- package/src/assets/images/checkbox-background-black.svg +6 -6
- package/src/assets/images/checkbox-background-sm.svg +12 -12
- package/src/assets/images/checkbox-background-white.svg +6 -6
- package/src/assets/images/checkbox-background.svg +6 -6
- package/src/assets/images/checkbox-sm-checked.svg +11 -11
- package/src/assets/images/circle-empty-white.svg +6 -6
- package/src/assets/images/circle-sm-filled.svg +6 -6
- package/src/assets/images/clock.svg +12 -12
- package/src/assets/images/cross-circle-filled.svg +6 -6
- package/src/assets/images/cross-circle.svg +7 -7
- package/src/assets/images/cross-thick.svg +15 -15
- package/src/assets/images/cross.svg +7 -7
- package/src/assets/images/exclamation-circle-filled.svg +11 -11
- package/src/assets/images/exclamation-circle.svg +12 -12
- package/src/assets/images/feature-check.svg +9 -9
- package/src/assets/images/feature-cross.svg +10 -10
- package/src/assets/images/feature-draft.svg +14 -14
- package/src/assets/images/feature.svg +8 -8
- package/src/assets/images/file-image-plus-lg.svg +19 -19
- package/src/assets/images/file-image-plus-xl.svg +20 -20
- package/src/assets/images/format-bold.svg +11 -11
- package/src/assets/images/format-code.svg +12 -12
- package/src/assets/images/format-heading.svg +11 -11
- package/src/assets/images/format-indent-decrease.svg +11 -11
- package/src/assets/images/format-indent-increase.svg +11 -11
- package/src/assets/images/format-italic.svg +11 -11
- package/src/assets/images/format-link.svg +11 -11
- package/src/assets/images/format-list-bulleted.svg +17 -17
- package/src/assets/images/format-list-numbered.svg +17 -17
- package/src/assets/images/format-mark.svg +13 -13
- package/src/assets/images/format-quote.svg +17 -17
- package/src/assets/images/format-strikethrough.svg +11 -11
- package/src/assets/images/forward.svg +11 -11
- package/src/assets/images/google_signin.svg +22 -22
- package/src/assets/images/info-circle-cirro.svg +21 -21
- package/src/assets/images/info-circle-ux.svg +21 -21
- package/src/assets/images/lock.svg +15 -15
- package/src/assets/images/logo-mobile-cloud.svg +12 -12
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
- package/src/assets/images/message-feedback.svg +10 -10
- package/src/assets/images/message-question-filled.svg +6 -6
- package/src/assets/images/message-question.svg +8 -8
- package/src/assets/images/message.svg +11 -11
- package/src/assets/images/question-circle.svg +24 -24
- package/src/assets/images/radio-checked-black.svg +5 -5
- package/src/assets/images/redo.svg +7 -7
- package/src/assets/images/remove.svg +6 -6
- package/src/assets/images/search.svg +11 -11
- package/src/assets/images/seat.svg +14 -14
- package/src/assets/images/section.svg +8 -8
- package/src/assets/images/sendmessage.svg +15 -15
- package/src/assets/images/speaker.svg +10 -10
- package/src/assets/images/test-archived.svg +12 -12
- package/src/assets/images/test-automation.svg +8 -8
- package/src/assets/images/test-check.svg +9 -9
- package/src/assets/images/test-ended.svg +9 -9
- package/src/assets/images/test-failed.svg +10 -10
- package/src/assets/images/test-initialized.svg +10 -10
- package/src/assets/images/test-locked.svg +15 -15
- package/src/assets/images/test-plus.svg +11 -11
- package/src/assets/images/test-promoted.svg +9 -9
- package/src/assets/images/test-running.svg +9 -9
- package/src/assets/images/test-stopped.svg +17 -17
- package/src/assets/images/test.svg +8 -8
- package/src/assets/images/testcase.svg +10 -10
- package/src/assets/images/triangle-centered-down.svg +12 -12
- package/src/assets/images/triangle-centered-left.svg +12 -12
- package/src/assets/images/triangle-centered-right.svg +12 -12
- package/src/assets/images/triangle-centered-up.svg +12 -12
- package/src/assets/images/triangle-down.svg +5 -5
- package/src/assets/images/triangle-up.svg +5 -5
- package/src/assets/images/undo.svg +7 -7
- package/src/assets/images/verify-exclamation.svg +11 -11
- package/src/assets/scripts/app.js +150 -150
- package/src/assets/scripts/modules/colors.js +10 -10
- package/src/assets/scripts/modules/echarts_area.js +94 -94
- package/src/assets/scripts/modules/echarts_donut.js +85 -85
- package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
- package/src/assets/scripts/modules/echarts_gauge.js +74 -74
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
- package/src/assets/scripts/modules/echarts_legend.js +12 -12
- package/src/assets/scripts/modules/echarts_vertical.js +80 -80
- package/src/assets/stylesheets/app.css +77 -76
- package/src/assets/stylesheets/components/actionbar.css +41 -41
- package/src/assets/stylesheets/components/alerts.css +50 -50
- package/src/assets/stylesheets/components/banner_card.css +56 -56
- package/src/assets/stylesheets/components/buttons.css +192 -192
- package/src/assets/stylesheets/components/cards.css +148 -148
- package/src/assets/stylesheets/components/chat.css +265 -265
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
- package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
- package/src/assets/stylesheets/components/devices.css +77 -83
- package/src/assets/stylesheets/components/drawer.css +99 -99
- package/src/assets/stylesheets/components/dropdown.css +92 -92
- package/src/assets/stylesheets/components/emptystate_message.css +41 -41
- package/src/assets/stylesheets/components/form_card.css +20 -20
- package/src/assets/stylesheets/components/form_grid.css +11 -11
- package/src/assets/stylesheets/components/forms.css +106 -106
- package/src/assets/stylesheets/components/header.css +220 -220
- package/src/assets/stylesheets/components/iconfont.css +3303 -3303
- package/src/assets/stylesheets/components/icons.css +142 -142
- package/src/assets/stylesheets/components/images.css +27 -27
- package/src/assets/stylesheets/components/layout.css +37 -82
- package/src/assets/stylesheets/components/list_item.css +285 -281
- package/src/assets/stylesheets/components/lists.css +67 -67
- package/src/assets/stylesheets/components/loading_spinner.css +104 -104
- package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
- package/src/assets/stylesheets/components/metasidebar.css +56 -56
- package/src/assets/stylesheets/components/metrics.css +12 -12
- package/src/assets/stylesheets/components/modals.css +105 -105
- package/src/assets/stylesheets/components/notifications.css +154 -154
- package/src/assets/stylesheets/components/popover.css +120 -120
- package/src/assets/stylesheets/components/progress.css +69 -69
- package/src/assets/stylesheets/components/radio_tabs.css +59 -59
- package/src/assets/stylesheets/components/reset.css +26 -26
- package/src/assets/stylesheets/components/resultmodule.css +132 -132
- package/src/assets/stylesheets/components/search.css +110 -110
- package/src/assets/stylesheets/components/sections.css +97 -97
- package/src/assets/stylesheets/components/select.css +50 -50
- package/src/assets/stylesheets/components/select2.css +252 -252
- package/src/assets/stylesheets/components/selectable_token.css +223 -223
- package/src/assets/stylesheets/components/sidebar.css +480 -480
- package/src/assets/stylesheets/components/splitview.css +307 -304
- package/src/assets/stylesheets/components/tables.css +108 -108
- package/src/assets/stylesheets/components/tabs.css +121 -121
- package/src/assets/stylesheets/components/tags.css +28 -28
- package/src/assets/stylesheets/components/task_issue_item.css +78 -78
- package/src/assets/stylesheets/components/test_header.css +167 -0
- package/src/assets/stylesheets/components/test_item.css +89 -89
- package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
- package/src/assets/stylesheets/components/toggleswitch.css +118 -118
- package/src/assets/stylesheets/components/tom_select.css +186 -186
- package/src/assets/stylesheets/components/trix_editor.css +174 -174
- package/src/assets/stylesheets/components/typography.css +81 -81
- package/src/assets/stylesheets/components/uploads.css +194 -194
- package/src/assets/stylesheets/components/user_item.css +57 -57
- package/src/assets/stylesheets/designsystem-styles.css +81 -81
- package/src/assets/stylesheets/postcss.config.js +16 -16
- package/src/assets/stylesheets/tailwind.config.js +331 -331
- package/src/humans.txt.njk +10 -10
- package/src/index.pug +16 -16
- package/src/pages/buttons/block.haml +39 -39
- package/src/pages/buttons/buttons-lg.haml +20 -20
- package/src/pages/buttons/buttons-sm.haml +41 -41
- package/src/pages/buttons/buttons-xl.haml +23 -23
- package/src/pages/buttons/buttons.haml +58 -58
- package/src/pages/buttons/buttons_input.haml +39 -39
- package/src/pages/buttons/dropdown-menu.haml +73 -73
- package/src/pages/buttons/index.njk +7 -7
- package/src/pages/buttons/info_popover.haml +32 -32
- package/src/pages/buttons/link-with-icon.haml +13 -13
- package/src/pages/buttons/square-buttons.haml +55 -55
- package/src/pages/charts/area.haml +215 -215
- package/src/pages/charts/bar_horizontal.haml +335 -335
- package/src/pages/charts/bar_vertical.haml +391 -391
- package/src/pages/charts/donut.haml +269 -269
- package/src/pages/charts/gauge.haml +214 -214
- package/src/pages/charts/index.njk +6 -6
- package/src/pages/ci.pug +8 -8
- package/src/pages/colors.pug +147 -147
- package/src/pages/components/alerts.haml +31 -31
- package/src/pages/components/banner_cards.haml +45 -45
- package/src/pages/components/cards.haml +111 -111
- package/src/pages/components/cards_customer.haml +487 -487
- package/src/pages/components/cards_fixedwidth.haml +135 -135
- package/src/pages/components/cards_iconheader.haml +57 -57
- package/src/pages/components/cards_tester.haml +159 -159
- package/src/pages/components/chat_window.haml +240 -240
- package/src/pages/components/comments_bug_preview.haml +29 -29
- package/src/pages/components/comments_chatmessages.haml +229 -229
- package/src/pages/components/descriptionlist.haml +47 -47
- package/src/pages/components/devices.haml +115 -115
- package/src/pages/components/drawer.haml +49 -49
- package/src/pages/components/drawer_filter.haml +76 -76
- package/src/pages/components/emptystate.haml +15 -15
- package/src/pages/components/index.njk +6 -6
- package/src/pages/components/issue-item.haml +18 -18
- package/src/pages/components/listitem_with_footer.haml +208 -208
- package/src/pages/components/listitems.haml +136 -136
- package/src/pages/components/listitems_badge.haml +36 -36
- package/src/pages/components/listitems_collapsable.haml +117 -117
- package/src/pages/components/listitems_nested.haml +50 -50
- package/src/pages/components/listitems_selectable.haml +59 -59
- package/src/pages/components/listitems_white.haml +82 -82
- package/src/pages/components/loading_spinner.haml +11 -11
- package/src/pages/components/metasidebar.haml +13 -13
- package/src/pages/components/modal_details.haml +68 -68
- package/src/pages/components/notification_center.haml +48 -48
- package/src/pages/components/notifications.haml +42 -42
- package/src/pages/components/profilethumb.haml +27 -27
- package/src/pages/components/progress.haml +23 -23
- package/src/pages/components/resultmodule.haml +150 -150
- package/src/pages/components/resultmodule_testcase.haml +125 -125
- package/src/pages/components/section_collapsable.haml +24 -24
- package/src/pages/components/splitview_item.haml +111 -111
- package/src/pages/components/splitview_item_collapsable.haml +65 -65
- package/src/pages/components/tables.haml +57 -57
- package/src/pages/components/tables_linked.haml +29 -29
- package/src/pages/components/tags.haml +12 -12
- package/src/pages/components/task_item.haml +33 -33
- package/src/pages/components/test_item.haml +119 -119
- package/src/pages/components/tester_levels.haml +70 -70
- package/src/pages/components/user_item.haml +49 -49
- package/src/pages/examples/layout-actionbar.haml +267 -267
- package/src/pages/examples/layout-basic.haml +28 -28
- package/src/pages/examples/layout-chat.haml +327 -327
- package/src/pages/examples/layout-customer.haml +189 -189
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
- package/src/pages/examples/layout-manager.haml +98 -98
- package/src/pages/examples/layout-metasidebar.haml +269 -269
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
- package/src/pages/examples/layout-sidebar.haml +296 -296
- package/src/pages/examples/layout-tester.haml +105 -105
- package/src/pages/examples/splitview-testcases.haml +477 -477
- package/src/pages/examples/splitview.haml +389 -389
- package/src/pages/forms/checkboxes.haml +64 -64
- package/src/pages/forms/checkboxes_devices.haml +45 -45
- package/src/pages/forms/form-addon.haml +16 -16
- package/src/pages/forms/form-card.haml +36 -36
- package/src/pages/forms/form-grid.haml +16 -16
- package/src/pages/forms/form_grid_narrow.haml +18 -18
- package/src/pages/forms/forms.haml +22 -22
- package/src/pages/forms/index.njk +6 -6
- package/src/pages/forms/radiobuttons.haml +50 -50
- package/src/pages/forms/rating_scale.haml +62 -62
- package/src/pages/forms/search.haml +71 -71
- package/src/pages/forms/select2.haml +72 -72
- package/src/pages/forms/select_native.haml +74 -74
- package/src/pages/forms/selectable_token.haml +49 -49
- package/src/pages/forms/selectable_token_browsers.haml +66 -66
- package/src/pages/forms/selectable_token_lg.haml +49 -49
- package/src/pages/forms/selectable_token_xl.haml +49 -49
- package/src/pages/forms/textarea.haml +24 -24
- package/src/pages/forms/toggle-buttons.haml +94 -94
- package/src/pages/forms/toggle-switch.haml +31 -31
- package/src/pages/forms/tomselect.haml +76 -76
- package/src/pages/forms/trix_editor.pug +10 -10
- package/src/pages/forms/uploads.pug +101 -101
- package/src/pages/icons/bug-icons.haml +75 -75
- package/src/pages/icons/index.njk +83 -83
- package/src/pages/icons/marketingicons.haml +15 -15
- package/src/pages/icons/status-icons.haml +38 -38
- package/src/pages/layout/app_layout.haml +27 -27
- package/src/pages/layout/index.njk +6 -6
- package/src/pages/layout/max_width.haml +49 -49
- package/src/pages/layout/spacing.haml +30 -30
- package/src/pages/navigation/header-manager.haml +73 -73
- package/src/pages/navigation/header-tester.haml +100 -100
- package/src/pages/navigation/header.haml +76 -76
- package/src/pages/navigation/header_customer.haml +77 -77
- package/src/pages/navigation/header_tester_epam.haml +108 -108
- package/src/pages/navigation/index.njk +7 -7
- package/src/pages/navigation/product_dropdown.haml +65 -65
- package/src/pages/navigation/radio_tabs.haml +22 -22
- package/src/pages/navigation/sidebar-manager.haml +46 -46
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
- package/src/pages/navigation/sidebar-tester.haml +75 -75
- package/src/pages/navigation/sidebar.haml +46 -46
- package/src/pages/navigation/sidebar_collapsables.haml +136 -136
- package/src/pages/navigation/sidebar_customer.haml +146 -146
- package/src/pages/navigation/tabnavigation.haml +12 -12
- package/src/pages/navigation/tabnavigation_actions.haml +21 -21
- package/src/pages/navigation/tabnavigation_pills.haml +12 -12
- package/src/pages/navigation/test-header-tester.haml +178 -0
- package/src/pages/typography/index.njk +7 -7
- package/src/pages/typography/link_with_icon.haml +12 -12
- package/src/pages/typography/linked_icon.haml +10 -10
- package/src/pages/typography/markdown.md +112 -112
- package/src/pages/typography/section_header.haml +25 -25
- package/src/pages/typography/section_header_actions.haml +59 -59
- package/src/pages/typography/text_with_icon.haml +12 -12
- package/src/pages/typography/trix_styles.haml +127 -127
- package/src/pages/typography/typography.haml +51 -51
- package/src/sitemap.xml.njk +13 -13
- package/src/static/app.compiled.css +536 -208
- package/src/static/app.compiled.css.map +1 -1
- package/src/static/browserconfig.xml +9 -9
- package/src/static/site.webmanifest +3 -3
- package/utils/collections.js +29 -29
- package/utils/filters.js +11 -11
- package/utils/markdown.js +9 -9
- package/utils/shortcodes.js +6 -6
- package/utils/transforms.js +19 -19
- package/webpack.config.js +24 -24
|
@@ -1,478 +1,478 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: page-example.njk
|
|
3
|
-
title: "Splitview Test Case Executions"
|
|
4
|
-
tags: "examples"
|
|
5
|
-
---
|
|
6
|
-
%nav.sidebar{arialabel:'Sidebar'}
|
|
7
|
-
%a.navlink.active{href:'#'}
|
|
8
|
-
%span.navlink-badge.icon.icon-home
|
|
9
|
-
Navlink active
|
|
10
|
-
%a.navlink{href:'#'}
|
|
11
|
-
%span.navlink-badge.icon.icon-bug
|
|
12
|
-
Navlink
|
|
13
|
-
%details
|
|
14
|
-
%summary.navlink-container
|
|
15
|
-
.navlink
|
|
16
|
-
%span.navlink-badge.icon.icon-product
|
|
17
|
-
Navlink collapsable
|
|
18
|
-
%a.navlink{href:'#'}
|
|
19
|
-
%span.navlink-badge.icon.icon-test
|
|
20
|
-
Navlink children
|
|
21
|
-
%a.navlink{href:'#'}
|
|
22
|
-
%span.navlink-badge.icon.icon-test
|
|
23
|
-
Navlink children
|
|
24
|
-
%a.navlink{href:'#'}
|
|
25
|
-
%span.navlink-badge.icon.icon-test
|
|
26
|
-
Navlink children
|
|
27
|
-
%a.navlink{href:'#'}
|
|
28
|
-
%span.navlink-badge.icon.icon-test
|
|
29
|
-
Navlink children
|
|
30
|
-
%a.navlink{href:'#'}
|
|
31
|
-
%span.navlink-badge.icon.icon-bug-reproduction
|
|
32
|
-
Navlink with a long title to see how things are breaking into several lines and don't cause a broken layout
|
|
33
|
-
%main.splitview-layout#ds-splitview-demo
|
|
34
|
-
.splitview-header
|
|
35
|
-
%h1 Splitview layout
|
|
36
|
-
%p This is the header which will be independent from the 2 columns.
|
|
37
|
-
.splitview-list-header
|
|
38
|
-
%h3.splitview-list-header-title 4 Executions
|
|
39
|
-
.splitview-list-header-actions
|
|
40
|
-
%details.dropdown-actions.dropright
|
|
41
|
-
%summary
|
|
42
|
-
%a.link-with-icon{href:""}
|
|
43
|
-
.icon.icon-sort-az
|
|
44
|
-
A-Z (desc)
|
|
45
|
-
.popover-menu
|
|
46
|
-
%a.popover-action{href:'#'}
|
|
47
|
-
%span.icon.icon-sort-descending
|
|
48
|
-
Severity (desc)
|
|
49
|
-
%a.popover-action{href:'#'}
|
|
50
|
-
%span.icon.icon-sort-ascending
|
|
51
|
-
Severity (asc)
|
|
52
|
-
%a.popover-action{href:'#'}
|
|
53
|
-
%span.icon.icon-sort-number-ascending
|
|
54
|
-
Age (old to new)
|
|
55
|
-
%a.popover-action{href:'#'}
|
|
56
|
-
%span.icon.icon-sort-number-descending
|
|
57
|
-
Age (new to old)
|
|
58
|
-
%a.popover-action{href:'#'}
|
|
59
|
-
%span.icon.icon-sort-az
|
|
60
|
-
Title A-Z
|
|
61
|
-
%a.popover-action{href:'#'}
|
|
62
|
-
%span.icon.icon-sort-za
|
|
63
|
-
Title Z-A
|
|
64
|
-
%a.linked-icon{href:""}
|
|
65
|
-
.icon.icon-filter
|
|
66
|
-
%a.linked-icon{href:""}
|
|
67
|
-
.icon.icon-search
|
|
68
|
-
.splitview-list
|
|
69
|
-
%details.splitview-group
|
|
70
|
-
%summary.splitview-item
|
|
71
|
-
.splitview-item-icon.icon.icon-circle.danger
|
|
72
|
-
.splitview-item-text
|
|
73
|
-
.splitview-item-title Splitview group title / Test Case title
|
|
74
|
-
.splitview-item-metainfo
|
|
75
|
-
= "#123321321 | Meta info"
|
|
76
|
-
.splitview-item-status
|
|
77
|
-
.text-with-icon
|
|
78
|
-
.icon.icon-testcase-bug
|
|
79
|
-
2
|
|
80
|
-
.splitview-item#ds-splitview-demo-item
|
|
81
|
-
.splitview-item-icon.icon.icon-cross-circle-filled.danger
|
|
82
|
-
.splitview-item-text
|
|
83
|
-
%span.icon.icon-computer-windows.mr-icon-spacing
|
|
84
|
-
%span.icon.icon-chrome.mr-icon-spacing
|
|
85
|
-
Windows 10 | Chrome
|
|
86
|
-
.splitview-item-status
|
|
87
|
-
.text-with-icon
|
|
88
|
-
.icon.icon-testcase-bug
|
|
89
|
-
2
|
|
90
|
-
.splitview-item
|
|
91
|
-
.splitview-item-icon.icon.icon-check-circle-filled.success
|
|
92
|
-
.splitview-item-text
|
|
93
|
-
%span.icon.icon-computer-windows.mr-icon-spacing
|
|
94
|
-
%span.icon.icon-chrome.mr-icon-spacing
|
|
95
|
-
Windows 10 | Chrome
|
|
96
|
-
%details.splitview-group
|
|
97
|
-
%summary.splitview-item
|
|
98
|
-
.splitview-item-icon.icon.icon-circle.success
|
|
99
|
-
.splitview-item-text
|
|
100
|
-
.splitview-item-title Splitview group title / Test Case title
|
|
101
|
-
.splitview-item-metainfo
|
|
102
|
-
= "#123321321 | Meta info"
|
|
103
|
-
.splitview-item
|
|
104
|
-
.splitview-item-icon.icon.icon-check-circle-filled.success
|
|
105
|
-
.splitview-item-text
|
|
106
|
-
%span.icon.icon-smartphone-apple.mr-icon-spacing
|
|
107
|
-
%span.icon.icon-safari.mr-icon-spacing
|
|
108
|
-
iOS 18 | Safari
|
|
109
|
-
.splitview-item
|
|
110
|
-
.splitview-item-icon.icon.icon-circle.success
|
|
111
|
-
.splitview-item-text
|
|
112
|
-
%span.icon.icon-tablet-android.mr-icon-spacing
|
|
113
|
-
%span.icon.icon-chrome.mr-icon-spacing
|
|
114
|
-
Android 15 | Brave
|
|
115
|
-
.splitview-details
|
|
116
|
-
.splitview-details-emptystate.empty-state-message.search Please select an item from the list to view its details.
|
|
117
|
-
.splitview-details-content
|
|
118
|
-
.splitview-details-header
|
|
119
|
-
%h3.splitview-details-title Details / Test Case Execution title
|
|
120
|
-
%a.btn.btn-sm.btn-square.btn-close-detailview#ds-demo-close-splitview{href: "#"}
|
|
121
|
-
.icon.icon-cross
|
|
122
|
-
%section.splitview-details-meta
|
|
123
|
-
%dl.list-splitview-meta
|
|
124
|
-
%dt Status
|
|
125
|
-
%dd
|
|
126
|
-
.text-with-icon
|
|
127
|
-
.status-icon.status-testcase-failed
|
|
128
|
-
Failed
|
|
129
|
-
%dt Tester
|
|
130
|
-
%dd
|
|
131
|
-
%details.dropdown-actions
|
|
132
|
-
%summary
|
|
133
|
-
.user-item.linked.sm
|
|
134
|
-
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
135
|
-
User item with actions
|
|
136
|
-
.popover-menu
|
|
137
|
-
%a.popover-action{href:'#'}
|
|
138
|
-
%span.icon.text-icon-default.icon-user-story-test
|
|
139
|
-
Tester profile
|
|
140
|
-
%a.popover-action{href:'#'}
|
|
141
|
-
%span.icon.text-icon-default.icon-review-exclamation
|
|
142
|
-
Report tester
|
|
143
|
-
%dt Device
|
|
144
|
-
%dd
|
|
145
|
-
%span.icon.icon-computer-windows.mr-icon-spacing
|
|
146
|
-
%span.icon.icon-chrome.mr-icon-spacing
|
|
147
|
-
Windows 10 | Chrome
|
|
148
|
-
%dt Execution ID
|
|
149
|
-
%dd #1799709
|
|
150
|
-
%section
|
|
151
|
-
.section-header
|
|
152
|
-
%h5.section-title Steps
|
|
153
|
-
.list-listitems
|
|
154
|
-
%details.listitem
|
|
155
|
-
%summary.listitem-header
|
|
156
|
-
.listitem-badge.success
|
|
157
|
-
.counter 1
|
|
158
|
-
.listitem-title Passed
|
|
159
|
-
.listitem-actions
|
|
160
|
-
.btn.collapse-btn
|
|
161
|
-
.listitem-content
|
|
162
|
-
.listitem-subheadline Step description
|
|
163
|
-
.listitem-card
|
|
164
|
-
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
165
|
-
%details.listitem
|
|
166
|
-
%summary.listitem-header
|
|
167
|
-
.listitem-badge.danger
|
|
168
|
-
.counter 2
|
|
169
|
-
.listitem-title Failed
|
|
170
|
-
.listitem-metrics
|
|
171
|
-
.listitem-metric
|
|
172
|
-
.icon.icon-testcase-bug
|
|
173
|
-
1
|
|
174
|
-
.listitem-actions
|
|
175
|
-
.btn.collapse-btn
|
|
176
|
-
.listitem-content
|
|
177
|
-
.listitem-subheadline Step description
|
|
178
|
-
.listitem-card
|
|
179
|
-
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
180
|
-
.listitem-subheadline Bugs
|
|
181
|
-
%details.listitem
|
|
182
|
-
%summary.listitem-header
|
|
183
|
-
.listitem-badge
|
|
184
|
-
.icon.icon-testcase-bug
|
|
185
|
-
.listitem-title Test Case Bug
|
|
186
|
-
.listitem-actions
|
|
187
|
-
.btn.collapse-btn
|
|
188
|
-
.listitem-content
|
|
189
|
-
%section.splitview-details-content-grid
|
|
190
|
-
.label URL
|
|
191
|
-
%a{href: ""} https://www.url.com
|
|
192
|
-
.label Steps
|
|
193
|
-
.markdown
|
|
194
|
-
%ol
|
|
195
|
-
%li login as crowd AUTOMATOR
|
|
196
|
-
%li Join a project, complete some automation task, and LEAVE the project
|
|
197
|
-
%li Login as project owner to perform review
|
|
198
|
-
%li Start to review the automated task and reject it approval
|
|
199
|
-
.label Actual result
|
|
200
|
-
.markdown
|
|
201
|
-
%p Actual Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
202
|
-
.label Expected result
|
|
203
|
-
.markdown
|
|
204
|
-
%p Expected Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
205
|
-
%section
|
|
206
|
-
.section-header
|
|
207
|
-
%h5.section-title Attachments
|
|
208
|
-
.attachments
|
|
209
|
-
.attachment
|
|
210
|
-
%a.attachment-thumb{href:"/assets/images/placeholders/bugdetails.png"}
|
|
211
|
-
%img{src:'/assets/images/placeholders/bugdetails.png'}
|
|
212
|
-
%a.attachment-name{href:"/assets/images/placeholders/bugdetails.png"} myfile-name.png
|
|
213
|
-
.attachment
|
|
214
|
-
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
215
|
-
%img{src:'/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png'}
|
|
216
|
-
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
217
|
-
.attachment
|
|
218
|
-
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
219
|
-
.attachment-icon.icon-xl.icon-review-xl
|
|
220
|
-
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
221
|
-
%section
|
|
222
|
-
.section-header
|
|
223
|
-
%h5.section-title Reported on
|
|
224
|
-
.list-devices.mb-sm
|
|
225
|
-
.device
|
|
226
|
-
.device-icon.icon-lg.icon-computer-windows-lg
|
|
227
|
-
.device-info
|
|
228
|
-
Desktop | Windows 11
|
|
229
|
-
%ul.browser-list
|
|
230
|
-
%li.icon.icon-chrome
|
|
231
|
-
%li.icon.icon-edge-chromium
|
|
232
|
-
%section
|
|
233
|
-
.section-header
|
|
234
|
-
%h5.section-title Comments
|
|
235
|
-
.list-chat-messages
|
|
236
|
-
.chat-message-item
|
|
237
|
-
%details.dropdown-actions.chat-avatar
|
|
238
|
-
%summary
|
|
239
|
-
.user-item.linked
|
|
240
|
-
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
241
|
-
.popover-menu
|
|
242
|
-
%a.popover-action{href:'#'}
|
|
243
|
-
%span.icon.icon-user-story-test
|
|
244
|
-
Tester profile
|
|
245
|
-
%a.popover-action{href:'#'}
|
|
246
|
-
%span.icon.icon-review-exclamation
|
|
247
|
-
Report tester
|
|
248
|
-
.chat-header
|
|
249
|
-
2 hours by
|
|
250
|
-
.chat-author Message sender
|
|
251
|
-
.chat-message
|
|
252
|
-
Here's a message Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
253
|
-
.chat-actions
|
|
254
|
-
.btn
|
|
255
|
-
.icon.icon-heart
|
|
256
|
-
.chat-message-item
|
|
257
|
-
%details.dropdown-actions.chat-avatar
|
|
258
|
-
%summary
|
|
259
|
-
.user-item.linked
|
|
260
|
-
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
261
|
-
.popover-menu
|
|
262
|
-
%a.popover-action{href:'#'}
|
|
263
|
-
%span.icon.icon-user-story-test
|
|
264
|
-
Tester profile
|
|
265
|
-
%a.popover-action{href:'#'}
|
|
266
|
-
%span.icon.icon-review-exclamation
|
|
267
|
-
Report tester
|
|
268
|
-
.chat-header
|
|
269
|
-
2 hours by
|
|
270
|
-
.chat-author Message sender with a much much longer name
|
|
271
|
-
.chat-message
|
|
272
|
-
Here's a short message which you liked.
|
|
273
|
-
.chat-message-addons
|
|
274
|
-
%details.popover-wrapper.dropup
|
|
275
|
-
%summary.btn
|
|
276
|
-
.icon.icon-heart-filled
|
|
277
|
-
1
|
|
278
|
-
.popover-menu.info
|
|
279
|
-
.popover-title 1 person likes this
|
|
280
|
-
.popover-content You
|
|
281
|
-
.chat-actions
|
|
282
|
-
.btn
|
|
283
|
-
.icon.icon-heart-filled
|
|
284
|
-
%details.listitem
|
|
285
|
-
%summary.listitem-header
|
|
286
|
-
.listitem-badge
|
|
287
|
-
.icon.icon-testcase-bug
|
|
288
|
-
.listitem-title Another Test Case Bug
|
|
289
|
-
.listitem-actions
|
|
290
|
-
.btn.collapse-btn
|
|
291
|
-
.listitem-content
|
|
292
|
-
.listitem-subheadline Listitem-card
|
|
293
|
-
.listitem-card
|
|
294
|
-
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
295
|
-
.listitem-subheadline Listitem-card
|
|
296
|
-
.listitem-card
|
|
297
|
-
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
298
|
-
%details.listitem
|
|
299
|
-
%summary.listitem-header
|
|
300
|
-
.listitem-badge.success
|
|
301
|
-
.counter 3
|
|
302
|
-
.listitem-title Passed
|
|
303
|
-
.listitem-actions
|
|
304
|
-
.btn.collapse-btn
|
|
305
|
-
.listitem-content
|
|
306
|
-
.listitem-subheadline Step description
|
|
307
|
-
.listitem-card
|
|
308
|
-
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
309
|
-
%section
|
|
310
|
-
.section-header
|
|
311
|
-
%h5.section-title Bugs
|
|
312
|
-
.list-listitems
|
|
313
|
-
%details.listitem.white
|
|
314
|
-
%summary.listitem-header
|
|
315
|
-
.listitem-badge
|
|
316
|
-
.icon.icon-testcase-bug
|
|
317
|
-
.listitem-title Test Case Bug
|
|
318
|
-
.listitem-actions
|
|
319
|
-
.btn.collapse-btn
|
|
320
|
-
.listitem-content
|
|
321
|
-
%section.splitview-details-content-grid
|
|
322
|
-
.label URL
|
|
323
|
-
%a{href: ""} https://www.url.com
|
|
324
|
-
.label Steps
|
|
325
|
-
.markdown
|
|
326
|
-
%ol
|
|
327
|
-
%li login as crowd AUTOMATOR
|
|
328
|
-
%li Join a project, complete some automation task, and LEAVE the project
|
|
329
|
-
%li Login as project owner to perform review
|
|
330
|
-
%li Start to review the automated task and reject it approval
|
|
331
|
-
.label Actual result
|
|
332
|
-
.markdown
|
|
333
|
-
%p Actual Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
334
|
-
.label Expected result
|
|
335
|
-
.markdown
|
|
336
|
-
%p Expected Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
337
|
-
%section
|
|
338
|
-
.section-header
|
|
339
|
-
%h5.section-title Attachments
|
|
340
|
-
.attachments
|
|
341
|
-
.attachment
|
|
342
|
-
%a.attachment-thumb{href:"/assets/images/placeholders/bugdetails.png"}
|
|
343
|
-
%img{src:'/assets/images/placeholders/bugdetails.png'}
|
|
344
|
-
%a.attachment-name{href:"/assets/images/placeholders/bugdetails.png"} myfile-name.png
|
|
345
|
-
.attachment
|
|
346
|
-
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
347
|
-
%img{src:'/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png'}
|
|
348
|
-
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
349
|
-
.attachment
|
|
350
|
-
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
351
|
-
.attachment-icon.icon-xl.icon-review-xl
|
|
352
|
-
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
353
|
-
%section
|
|
354
|
-
.section-header
|
|
355
|
-
%h5.section-title Reported on
|
|
356
|
-
.list-devices.mb-sm
|
|
357
|
-
.device
|
|
358
|
-
.device-icon.icon-lg.icon-computer-windows-lg
|
|
359
|
-
.device-info
|
|
360
|
-
Desktop | Windows 11
|
|
361
|
-
%ul.browser-list
|
|
362
|
-
%li.icon.icon-chrome
|
|
363
|
-
%li.icon.icon-edge-chromium
|
|
364
|
-
%section
|
|
365
|
-
.section-header
|
|
366
|
-
%h5.section-title Comments
|
|
367
|
-
.list-chat-messages
|
|
368
|
-
.chat-message-item
|
|
369
|
-
%details.dropdown-actions.chat-avatar
|
|
370
|
-
%summary
|
|
371
|
-
.user-item.linked
|
|
372
|
-
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
373
|
-
.popover-menu
|
|
374
|
-
%a.popover-action{href:'#'}
|
|
375
|
-
%span.icon.icon-user-story-test
|
|
376
|
-
Tester profile
|
|
377
|
-
%a.popover-action{href:'#'}
|
|
378
|
-
%span.icon.icon-review-exclamation
|
|
379
|
-
Report tester
|
|
380
|
-
.chat-header
|
|
381
|
-
2 hours by
|
|
382
|
-
.chat-author Message sender
|
|
383
|
-
.chat-message
|
|
384
|
-
Here's a message Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
385
|
-
.chat-actions
|
|
386
|
-
.btn
|
|
387
|
-
.icon.icon-heart
|
|
388
|
-
.chat-message-item
|
|
389
|
-
%details.dropdown-actions.chat-avatar
|
|
390
|
-
%summary
|
|
391
|
-
.user-item.linked
|
|
392
|
-
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
393
|
-
.popover-menu
|
|
394
|
-
%a.popover-action{href:'#'}
|
|
395
|
-
%span.icon.icon-user-story-test
|
|
396
|
-
Tester profile
|
|
397
|
-
%a.popover-action{href:'#'}
|
|
398
|
-
%span.icon.icon-review-exclamation
|
|
399
|
-
Report tester
|
|
400
|
-
.chat-header
|
|
401
|
-
2 hours by
|
|
402
|
-
.chat-author Message sender with a much much longer name
|
|
403
|
-
.chat-message
|
|
404
|
-
Here's a short message which you liked.
|
|
405
|
-
.chat-message-addons
|
|
406
|
-
%details.popover-wrapper.dropup
|
|
407
|
-
%summary.btn
|
|
408
|
-
.icon.icon-heart-filled
|
|
409
|
-
1
|
|
410
|
-
.popover-menu.info
|
|
411
|
-
.popover-title 1 person likes this
|
|
412
|
-
.popover-content You
|
|
413
|
-
.chat-actions
|
|
414
|
-
.btn
|
|
415
|
-
.icon.icon-heart-filled
|
|
416
|
-
%details.listitem.white
|
|
417
|
-
%summary.listitem-header
|
|
418
|
-
.listitem-badge
|
|
419
|
-
.icon.icon-testcase-bug
|
|
420
|
-
.listitem-title Another Test Case Bug
|
|
421
|
-
.listitem-actions
|
|
422
|
-
.btn.collapse-btn
|
|
423
|
-
.listitem-content
|
|
424
|
-
.listitem-subheadline Listitem-card
|
|
425
|
-
.listitem-card
|
|
426
|
-
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
427
|
-
.listitem-subheadline Listitem-card
|
|
428
|
-
.listitem-card
|
|
429
|
-
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
430
|
-
%footer.splitview-list-actionbar
|
|
431
|
-
%button.btn.btn-default.btn-primary
|
|
432
|
-
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
433
|
-
Primary
|
|
434
|
-
%button.btn.btn-default.btn-secondary
|
|
435
|
-
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
436
|
-
Secondary
|
|
437
|
-
%button.btn.btn-default.btn-info
|
|
438
|
-
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
439
|
-
Info
|
|
440
|
-
%details.dropdown-actions.dropup.dropright
|
|
441
|
-
%summary
|
|
442
|
-
.btn.btn-square.btn-secondary
|
|
443
|
-
.icon.text-icon-default.icon-more
|
|
444
|
-
.popover-menu
|
|
445
|
-
%a.popover-action{href:'#'}
|
|
446
|
-
%span.icon.text-icon-default.icon-pencil
|
|
447
|
-
Edit
|
|
448
|
-
%a.popover-action{href:'#'}
|
|
449
|
-
%span.icon.text-icon-default.icon-duplicate
|
|
450
|
-
Duplicate
|
|
451
|
-
%a.popover-action{href:'#'}
|
|
452
|
-
%span.icon.text-icon-default.icon-remove
|
|
453
|
-
Delete
|
|
454
|
-
%button.btn-intercom
|
|
455
|
-
%span.icon.icon-intercom
|
|
456
|
-
%footer.splitview-details-actionbar
|
|
457
|
-
%button.btn.btn-default.btn-primary
|
|
458
|
-
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
459
|
-
Primary
|
|
460
|
-
%button.btn.btn-default.btn-secondary
|
|
461
|
-
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
462
|
-
Secondary
|
|
463
|
-
%details.dropdown-actions.dropup.dropright
|
|
464
|
-
%summary
|
|
465
|
-
.btn.btn-square.btn-secondary
|
|
466
|
-
.icon.text-icon-default.icon-more
|
|
467
|
-
.popover-menu
|
|
468
|
-
%a.popover-action{href:'#'}
|
|
469
|
-
%span.icon.text-icon-default.icon-pencil
|
|
470
|
-
Edit
|
|
471
|
-
%a.popover-action{href:'#'}
|
|
472
|
-
%span.icon.text-icon-default.icon-duplicate
|
|
473
|
-
Duplicate
|
|
474
|
-
%a.popover-action{href:'#'}
|
|
475
|
-
%span.icon.text-icon-default.icon-remove
|
|
476
|
-
Delete
|
|
477
|
-
%button.btn-intercom
|
|
1
|
+
---
|
|
2
|
+
layout: page-example.njk
|
|
3
|
+
title: "Splitview Test Case Executions"
|
|
4
|
+
tags: "examples"
|
|
5
|
+
---
|
|
6
|
+
%nav.sidebar{arialabel:'Sidebar'}
|
|
7
|
+
%a.navlink.active{href:'#'}
|
|
8
|
+
%span.navlink-badge.icon.icon-home
|
|
9
|
+
Navlink active
|
|
10
|
+
%a.navlink{href:'#'}
|
|
11
|
+
%span.navlink-badge.icon.icon-bug
|
|
12
|
+
Navlink
|
|
13
|
+
%details
|
|
14
|
+
%summary.navlink-container
|
|
15
|
+
.navlink
|
|
16
|
+
%span.navlink-badge.icon.icon-product
|
|
17
|
+
Navlink collapsable
|
|
18
|
+
%a.navlink{href:'#'}
|
|
19
|
+
%span.navlink-badge.icon.icon-test
|
|
20
|
+
Navlink children
|
|
21
|
+
%a.navlink{href:'#'}
|
|
22
|
+
%span.navlink-badge.icon.icon-test
|
|
23
|
+
Navlink children
|
|
24
|
+
%a.navlink{href:'#'}
|
|
25
|
+
%span.navlink-badge.icon.icon-test
|
|
26
|
+
Navlink children
|
|
27
|
+
%a.navlink{href:'#'}
|
|
28
|
+
%span.navlink-badge.icon.icon-test
|
|
29
|
+
Navlink children
|
|
30
|
+
%a.navlink{href:'#'}
|
|
31
|
+
%span.navlink-badge.icon.icon-bug-reproduction
|
|
32
|
+
Navlink with a long title to see how things are breaking into several lines and don't cause a broken layout
|
|
33
|
+
%main.splitview-layout#ds-splitview-demo
|
|
34
|
+
.splitview-header
|
|
35
|
+
%h1 Splitview layout
|
|
36
|
+
%p This is the header which will be independent from the 2 columns.
|
|
37
|
+
.splitview-list-header
|
|
38
|
+
%h3.splitview-list-header-title 4 Executions
|
|
39
|
+
.splitview-list-header-actions
|
|
40
|
+
%details.dropdown-actions.dropright
|
|
41
|
+
%summary
|
|
42
|
+
%a.link-with-icon{href:""}
|
|
43
|
+
.icon.icon-sort-az
|
|
44
|
+
A-Z (desc)
|
|
45
|
+
.popover-menu
|
|
46
|
+
%a.popover-action{href:'#'}
|
|
47
|
+
%span.icon.icon-sort-descending
|
|
48
|
+
Severity (desc)
|
|
49
|
+
%a.popover-action{href:'#'}
|
|
50
|
+
%span.icon.icon-sort-ascending
|
|
51
|
+
Severity (asc)
|
|
52
|
+
%a.popover-action{href:'#'}
|
|
53
|
+
%span.icon.icon-sort-number-ascending
|
|
54
|
+
Age (old to new)
|
|
55
|
+
%a.popover-action{href:'#'}
|
|
56
|
+
%span.icon.icon-sort-number-descending
|
|
57
|
+
Age (new to old)
|
|
58
|
+
%a.popover-action{href:'#'}
|
|
59
|
+
%span.icon.icon-sort-az
|
|
60
|
+
Title A-Z
|
|
61
|
+
%a.popover-action{href:'#'}
|
|
62
|
+
%span.icon.icon-sort-za
|
|
63
|
+
Title Z-A
|
|
64
|
+
%a.linked-icon{href:""}
|
|
65
|
+
.icon.icon-filter
|
|
66
|
+
%a.linked-icon{href:""}
|
|
67
|
+
.icon.icon-search
|
|
68
|
+
.splitview-list
|
|
69
|
+
%details.splitview-group
|
|
70
|
+
%summary.splitview-item
|
|
71
|
+
.splitview-item-icon.icon.icon-circle.danger
|
|
72
|
+
.splitview-item-text
|
|
73
|
+
.splitview-item-title Splitview group title / Test Case title
|
|
74
|
+
.splitview-item-metainfo
|
|
75
|
+
= "#123321321 | Meta info"
|
|
76
|
+
.splitview-item-status
|
|
77
|
+
.text-with-icon
|
|
78
|
+
.icon.icon-testcase-bug
|
|
79
|
+
2
|
|
80
|
+
.splitview-item#ds-splitview-demo-item
|
|
81
|
+
.splitview-item-icon.icon.icon-cross-circle-filled.danger
|
|
82
|
+
.splitview-item-text
|
|
83
|
+
%span.icon.icon-computer-windows.mr-icon-spacing
|
|
84
|
+
%span.icon.icon-chrome.mr-icon-spacing
|
|
85
|
+
Windows 10 | Chrome
|
|
86
|
+
.splitview-item-status
|
|
87
|
+
.text-with-icon
|
|
88
|
+
.icon.icon-testcase-bug
|
|
89
|
+
2
|
|
90
|
+
.splitview-item
|
|
91
|
+
.splitview-item-icon.icon.icon-check-circle-filled.success
|
|
92
|
+
.splitview-item-text
|
|
93
|
+
%span.icon.icon-computer-windows.mr-icon-spacing
|
|
94
|
+
%span.icon.icon-chrome.mr-icon-spacing
|
|
95
|
+
Windows 10 | Chrome
|
|
96
|
+
%details.splitview-group
|
|
97
|
+
%summary.splitview-item
|
|
98
|
+
.splitview-item-icon.icon.icon-circle.success
|
|
99
|
+
.splitview-item-text
|
|
100
|
+
.splitview-item-title Splitview group title / Test Case title
|
|
101
|
+
.splitview-item-metainfo
|
|
102
|
+
= "#123321321 | Meta info"
|
|
103
|
+
.splitview-item
|
|
104
|
+
.splitview-item-icon.icon.icon-check-circle-filled.success
|
|
105
|
+
.splitview-item-text
|
|
106
|
+
%span.icon.icon-smartphone-apple.mr-icon-spacing
|
|
107
|
+
%span.icon.icon-safari.mr-icon-spacing
|
|
108
|
+
iOS 18 | Safari
|
|
109
|
+
.splitview-item
|
|
110
|
+
.splitview-item-icon.icon.icon-circle.success
|
|
111
|
+
.splitview-item-text
|
|
112
|
+
%span.icon.icon-tablet-android.mr-icon-spacing
|
|
113
|
+
%span.icon.icon-chrome.mr-icon-spacing
|
|
114
|
+
Android 15 | Brave
|
|
115
|
+
.splitview-details
|
|
116
|
+
.splitview-details-emptystate.empty-state-message.search Please select an item from the list to view its details.
|
|
117
|
+
.splitview-details-content
|
|
118
|
+
.splitview-details-header
|
|
119
|
+
%h3.splitview-details-title Details / Test Case Execution title
|
|
120
|
+
%a.btn.btn-sm.btn-square.btn-close-detailview#ds-demo-close-splitview{href: "#"}
|
|
121
|
+
.icon.icon-cross
|
|
122
|
+
%section.splitview-details-meta
|
|
123
|
+
%dl.list-splitview-meta
|
|
124
|
+
%dt Status
|
|
125
|
+
%dd
|
|
126
|
+
.text-with-icon
|
|
127
|
+
.status-icon.status-testcase-failed
|
|
128
|
+
Failed
|
|
129
|
+
%dt Tester
|
|
130
|
+
%dd
|
|
131
|
+
%details.dropdown-actions
|
|
132
|
+
%summary
|
|
133
|
+
.user-item.linked.sm
|
|
134
|
+
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
135
|
+
User item with actions
|
|
136
|
+
.popover-menu
|
|
137
|
+
%a.popover-action{href:'#'}
|
|
138
|
+
%span.icon.text-icon-default.icon-user-story-test
|
|
139
|
+
Tester profile
|
|
140
|
+
%a.popover-action{href:'#'}
|
|
141
|
+
%span.icon.text-icon-default.icon-review-exclamation
|
|
142
|
+
Report tester
|
|
143
|
+
%dt Device
|
|
144
|
+
%dd
|
|
145
|
+
%span.icon.icon-computer-windows.mr-icon-spacing
|
|
146
|
+
%span.icon.icon-chrome.mr-icon-spacing
|
|
147
|
+
Windows 10 | Chrome
|
|
148
|
+
%dt Execution ID
|
|
149
|
+
%dd #1799709
|
|
150
|
+
%section
|
|
151
|
+
.section-header
|
|
152
|
+
%h5.section-title Steps
|
|
153
|
+
.list-listitems
|
|
154
|
+
%details.listitem
|
|
155
|
+
%summary.listitem-header
|
|
156
|
+
.listitem-badge.success
|
|
157
|
+
.counter 1
|
|
158
|
+
.listitem-title Passed
|
|
159
|
+
.listitem-actions
|
|
160
|
+
.btn.collapse-btn
|
|
161
|
+
.listitem-content
|
|
162
|
+
.listitem-subheadline Step description
|
|
163
|
+
.listitem-card
|
|
164
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
165
|
+
%details.listitem
|
|
166
|
+
%summary.listitem-header
|
|
167
|
+
.listitem-badge.danger
|
|
168
|
+
.counter 2
|
|
169
|
+
.listitem-title Failed
|
|
170
|
+
.listitem-metrics
|
|
171
|
+
.listitem-metric
|
|
172
|
+
.icon.icon-testcase-bug
|
|
173
|
+
1
|
|
174
|
+
.listitem-actions
|
|
175
|
+
.btn.collapse-btn
|
|
176
|
+
.listitem-content
|
|
177
|
+
.listitem-subheadline Step description
|
|
178
|
+
.listitem-card
|
|
179
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
180
|
+
.listitem-subheadline Bugs
|
|
181
|
+
%details.listitem
|
|
182
|
+
%summary.listitem-header
|
|
183
|
+
.listitem-badge
|
|
184
|
+
.icon.icon-testcase-bug
|
|
185
|
+
.listitem-title Test Case Bug
|
|
186
|
+
.listitem-actions
|
|
187
|
+
.btn.collapse-btn
|
|
188
|
+
.listitem-content
|
|
189
|
+
%section.splitview-details-content-grid
|
|
190
|
+
.label URL
|
|
191
|
+
%a{href: ""} https://www.url.com
|
|
192
|
+
.label Steps
|
|
193
|
+
.markdown
|
|
194
|
+
%ol
|
|
195
|
+
%li login as crowd AUTOMATOR
|
|
196
|
+
%li Join a project, complete some automation task, and LEAVE the project
|
|
197
|
+
%li Login as project owner to perform review
|
|
198
|
+
%li Start to review the automated task and reject it approval
|
|
199
|
+
.label Actual result
|
|
200
|
+
.markdown
|
|
201
|
+
%p Actual Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
202
|
+
.label Expected result
|
|
203
|
+
.markdown
|
|
204
|
+
%p Expected Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
205
|
+
%section
|
|
206
|
+
.section-header
|
|
207
|
+
%h5.section-title Attachments
|
|
208
|
+
.attachments
|
|
209
|
+
.attachment
|
|
210
|
+
%a.attachment-thumb{href:"/assets/images/placeholders/bugdetails.png"}
|
|
211
|
+
%img{src:'/assets/images/placeholders/bugdetails.png'}
|
|
212
|
+
%a.attachment-name{href:"/assets/images/placeholders/bugdetails.png"} myfile-name.png
|
|
213
|
+
.attachment
|
|
214
|
+
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
215
|
+
%img{src:'/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png'}
|
|
216
|
+
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
217
|
+
.attachment
|
|
218
|
+
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
219
|
+
.attachment-icon.icon-xl.icon-review-xl
|
|
220
|
+
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
221
|
+
%section
|
|
222
|
+
.section-header
|
|
223
|
+
%h5.section-title Reported on
|
|
224
|
+
.list-devices.mb-sm
|
|
225
|
+
.device
|
|
226
|
+
.device-icon.icon-lg.icon-computer-windows-lg
|
|
227
|
+
.device-info
|
|
228
|
+
Desktop | Windows 11
|
|
229
|
+
%ul.browser-list
|
|
230
|
+
%li.icon.icon-chrome
|
|
231
|
+
%li.icon.icon-edge-chromium
|
|
232
|
+
%section
|
|
233
|
+
.section-header
|
|
234
|
+
%h5.section-title Comments
|
|
235
|
+
.list-chat-messages
|
|
236
|
+
.chat-message-item
|
|
237
|
+
%details.dropdown-actions.chat-avatar
|
|
238
|
+
%summary
|
|
239
|
+
.user-item.linked
|
|
240
|
+
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
241
|
+
.popover-menu
|
|
242
|
+
%a.popover-action{href:'#'}
|
|
243
|
+
%span.icon.icon-user-story-test
|
|
244
|
+
Tester profile
|
|
245
|
+
%a.popover-action{href:'#'}
|
|
246
|
+
%span.icon.icon-review-exclamation
|
|
247
|
+
Report tester
|
|
248
|
+
.chat-header
|
|
249
|
+
2 hours by
|
|
250
|
+
.chat-author Message sender
|
|
251
|
+
.chat-message
|
|
252
|
+
Here's a message Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
253
|
+
.chat-actions
|
|
254
|
+
.btn
|
|
255
|
+
.icon.icon-heart
|
|
256
|
+
.chat-message-item
|
|
257
|
+
%details.dropdown-actions.chat-avatar
|
|
258
|
+
%summary
|
|
259
|
+
.user-item.linked
|
|
260
|
+
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
261
|
+
.popover-menu
|
|
262
|
+
%a.popover-action{href:'#'}
|
|
263
|
+
%span.icon.icon-user-story-test
|
|
264
|
+
Tester profile
|
|
265
|
+
%a.popover-action{href:'#'}
|
|
266
|
+
%span.icon.icon-review-exclamation
|
|
267
|
+
Report tester
|
|
268
|
+
.chat-header
|
|
269
|
+
2 hours by
|
|
270
|
+
.chat-author Message sender with a much much longer name
|
|
271
|
+
.chat-message
|
|
272
|
+
Here's a short message which you liked.
|
|
273
|
+
.chat-message-addons
|
|
274
|
+
%details.popover-wrapper.dropup
|
|
275
|
+
%summary.btn
|
|
276
|
+
.icon.icon-heart-filled
|
|
277
|
+
1
|
|
278
|
+
.popover-menu.info
|
|
279
|
+
.popover-title 1 person likes this
|
|
280
|
+
.popover-content You
|
|
281
|
+
.chat-actions
|
|
282
|
+
.btn
|
|
283
|
+
.icon.icon-heart-filled
|
|
284
|
+
%details.listitem
|
|
285
|
+
%summary.listitem-header
|
|
286
|
+
.listitem-badge
|
|
287
|
+
.icon.icon-testcase-bug
|
|
288
|
+
.listitem-title Another Test Case Bug
|
|
289
|
+
.listitem-actions
|
|
290
|
+
.btn.collapse-btn
|
|
291
|
+
.listitem-content
|
|
292
|
+
.listitem-subheadline Listitem-card
|
|
293
|
+
.listitem-card
|
|
294
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
295
|
+
.listitem-subheadline Listitem-card
|
|
296
|
+
.listitem-card
|
|
297
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
298
|
+
%details.listitem
|
|
299
|
+
%summary.listitem-header
|
|
300
|
+
.listitem-badge.success
|
|
301
|
+
.counter 3
|
|
302
|
+
.listitem-title Passed
|
|
303
|
+
.listitem-actions
|
|
304
|
+
.btn.collapse-btn
|
|
305
|
+
.listitem-content
|
|
306
|
+
.listitem-subheadline Step description
|
|
307
|
+
.listitem-card
|
|
308
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
309
|
+
%section
|
|
310
|
+
.section-header
|
|
311
|
+
%h5.section-title Bugs
|
|
312
|
+
.list-listitems
|
|
313
|
+
%details.listitem.white
|
|
314
|
+
%summary.listitem-header
|
|
315
|
+
.listitem-badge
|
|
316
|
+
.icon.icon-testcase-bug
|
|
317
|
+
.listitem-title Test Case Bug
|
|
318
|
+
.listitem-actions
|
|
319
|
+
.btn.collapse-btn
|
|
320
|
+
.listitem-content
|
|
321
|
+
%section.splitview-details-content-grid
|
|
322
|
+
.label URL
|
|
323
|
+
%a{href: ""} https://www.url.com
|
|
324
|
+
.label Steps
|
|
325
|
+
.markdown
|
|
326
|
+
%ol
|
|
327
|
+
%li login as crowd AUTOMATOR
|
|
328
|
+
%li Join a project, complete some automation task, and LEAVE the project
|
|
329
|
+
%li Login as project owner to perform review
|
|
330
|
+
%li Start to review the automated task and reject it approval
|
|
331
|
+
.label Actual result
|
|
332
|
+
.markdown
|
|
333
|
+
%p Actual Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
334
|
+
.label Expected result
|
|
335
|
+
.markdown
|
|
336
|
+
%p Expected Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
337
|
+
%section
|
|
338
|
+
.section-header
|
|
339
|
+
%h5.section-title Attachments
|
|
340
|
+
.attachments
|
|
341
|
+
.attachment
|
|
342
|
+
%a.attachment-thumb{href:"/assets/images/placeholders/bugdetails.png"}
|
|
343
|
+
%img{src:'/assets/images/placeholders/bugdetails.png'}
|
|
344
|
+
%a.attachment-name{href:"/assets/images/placeholders/bugdetails.png"} myfile-name.png
|
|
345
|
+
.attachment
|
|
346
|
+
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
347
|
+
%img{src:'/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png'}
|
|
348
|
+
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
349
|
+
.attachment
|
|
350
|
+
%a.attachment-thumb{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"}
|
|
351
|
+
.attachment-icon.icon-xl.icon-review-xl
|
|
352
|
+
%a.attachment-name{href:"/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png"} myfile-name-kjashdflkajsdflkjadsflkjhadsf.png
|
|
353
|
+
%section
|
|
354
|
+
.section-header
|
|
355
|
+
%h5.section-title Reported on
|
|
356
|
+
.list-devices.mb-sm
|
|
357
|
+
.device
|
|
358
|
+
.device-icon.icon-lg.icon-computer-windows-lg
|
|
359
|
+
.device-info
|
|
360
|
+
Desktop | Windows 11
|
|
361
|
+
%ul.browser-list
|
|
362
|
+
%li.icon.icon-chrome
|
|
363
|
+
%li.icon.icon-edge-chromium
|
|
364
|
+
%section
|
|
365
|
+
.section-header
|
|
366
|
+
%h5.section-title Comments
|
|
367
|
+
.list-chat-messages
|
|
368
|
+
.chat-message-item
|
|
369
|
+
%details.dropdown-actions.chat-avatar
|
|
370
|
+
%summary
|
|
371
|
+
.user-item.linked
|
|
372
|
+
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
373
|
+
.popover-menu
|
|
374
|
+
%a.popover-action{href:'#'}
|
|
375
|
+
%span.icon.icon-user-story-test
|
|
376
|
+
Tester profile
|
|
377
|
+
%a.popover-action{href:'#'}
|
|
378
|
+
%span.icon.icon-review-exclamation
|
|
379
|
+
Report tester
|
|
380
|
+
.chat-header
|
|
381
|
+
2 hours by
|
|
382
|
+
.chat-author Message sender
|
|
383
|
+
.chat-message
|
|
384
|
+
Here's a message Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
385
|
+
.chat-actions
|
|
386
|
+
.btn
|
|
387
|
+
.icon.icon-heart
|
|
388
|
+
.chat-message-item
|
|
389
|
+
%details.dropdown-actions.chat-avatar
|
|
390
|
+
%summary
|
|
391
|
+
.user-item.linked
|
|
392
|
+
%img{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
393
|
+
.popover-menu
|
|
394
|
+
%a.popover-action{href:'#'}
|
|
395
|
+
%span.icon.icon-user-story-test
|
|
396
|
+
Tester profile
|
|
397
|
+
%a.popover-action{href:'#'}
|
|
398
|
+
%span.icon.icon-review-exclamation
|
|
399
|
+
Report tester
|
|
400
|
+
.chat-header
|
|
401
|
+
2 hours by
|
|
402
|
+
.chat-author Message sender with a much much longer name
|
|
403
|
+
.chat-message
|
|
404
|
+
Here's a short message which you liked.
|
|
405
|
+
.chat-message-addons
|
|
406
|
+
%details.popover-wrapper.dropup
|
|
407
|
+
%summary.btn
|
|
408
|
+
.icon.icon-heart-filled
|
|
409
|
+
1
|
|
410
|
+
.popover-menu.info
|
|
411
|
+
.popover-title 1 person likes this
|
|
412
|
+
.popover-content You
|
|
413
|
+
.chat-actions
|
|
414
|
+
.btn
|
|
415
|
+
.icon.icon-heart-filled
|
|
416
|
+
%details.listitem.white
|
|
417
|
+
%summary.listitem-header
|
|
418
|
+
.listitem-badge
|
|
419
|
+
.icon.icon-testcase-bug
|
|
420
|
+
.listitem-title Another Test Case Bug
|
|
421
|
+
.listitem-actions
|
|
422
|
+
.btn.collapse-btn
|
|
423
|
+
.listitem-content
|
|
424
|
+
.listitem-subheadline Listitem-card
|
|
425
|
+
.listitem-card
|
|
426
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
427
|
+
.listitem-subheadline Listitem-card
|
|
428
|
+
.listitem-card
|
|
429
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
430
|
+
%footer.splitview-list-actionbar
|
|
431
|
+
%button.btn.btn-default.btn-primary
|
|
432
|
+
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
433
|
+
Primary
|
|
434
|
+
%button.btn.btn-default.btn-secondary
|
|
435
|
+
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
436
|
+
Secondary
|
|
437
|
+
%button.btn.btn-default.btn-info
|
|
438
|
+
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
439
|
+
Info
|
|
440
|
+
%details.dropdown-actions.dropup.dropright
|
|
441
|
+
%summary
|
|
442
|
+
.btn.btn-square.btn-secondary
|
|
443
|
+
.icon.text-icon-default.icon-more
|
|
444
|
+
.popover-menu
|
|
445
|
+
%a.popover-action{href:'#'}
|
|
446
|
+
%span.icon.text-icon-default.icon-pencil
|
|
447
|
+
Edit
|
|
448
|
+
%a.popover-action{href:'#'}
|
|
449
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
450
|
+
Duplicate
|
|
451
|
+
%a.popover-action{href:'#'}
|
|
452
|
+
%span.icon.text-icon-default.icon-remove
|
|
453
|
+
Delete
|
|
454
|
+
%button.btn-intercom
|
|
455
|
+
%span.icon.icon-intercom
|
|
456
|
+
%footer.splitview-details-actionbar
|
|
457
|
+
%button.btn.btn-default.btn-primary
|
|
458
|
+
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
459
|
+
Primary
|
|
460
|
+
%button.btn.btn-default.btn-secondary
|
|
461
|
+
%span.icon.icon-check-circle-filled.mr-icon-spacing
|
|
462
|
+
Secondary
|
|
463
|
+
%details.dropdown-actions.dropup.dropright
|
|
464
|
+
%summary
|
|
465
|
+
.btn.btn-square.btn-secondary
|
|
466
|
+
.icon.text-icon-default.icon-more
|
|
467
|
+
.popover-menu
|
|
468
|
+
%a.popover-action{href:'#'}
|
|
469
|
+
%span.icon.text-icon-default.icon-pencil
|
|
470
|
+
Edit
|
|
471
|
+
%a.popover-action{href:'#'}
|
|
472
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
473
|
+
Duplicate
|
|
474
|
+
%a.popover-action{href:'#'}
|
|
475
|
+
%span.icon.text-icon-default.icon-remove
|
|
476
|
+
Delete
|
|
477
|
+
%button.btn-intercom
|
|
478
478
|
%span.icon.icon-intercom
|