Skip to content

Commit d9c4574

Browse files
committed
....
1 parent 5ce1ce4 commit d9c4574

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/adapters/hydrate/test/__snapshots__/components.spec.js.mocha-snapshot

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ exports["Component hydration snapshots/renders kol-card with renderToString(0)"]
3434

3535
exports["Component hydration snapshots/renders kol-card with streamToString(0)"] = "<kol-card _label=\"Test kol-card\" s-mode=\"default\" class=\"sc-kol-card-default-h hydrated\" style=\"visibility: hidden;\"><template shadowrootmode=\"open\"><style>/* CSS normalized */</style><kol-card-wc class=\"sc-kol-card-default hydrated\"><div aria-labelledby=\"nonce\" class=\"kol-card\" role=\"group\"><strong class=\"kol-headline kol-headline--strong kol-card__header kol-headline--single\" id=\"[id]\">Test kol-card</strong><div class=\"kol-card__content\"><slot class=\"sc-kol-card-default\"></slot></div></div></kol-card-wc></template>Test content</kol-card>";
3636

37-
<<<<<<< HEAD
3837
exports["Component hydration snapshots/renders kol-card-wc with renderToString(0)"] = "<kol-card-wc _label=\"Test kol-card-wc\" class=\"hydrated\"><div aria-labelledby=\"nonce\" class=\"kol-card\" role=\"group\"><strong class=\"kol-headline kol-headline--strong kol-card__header kol-headline--single\" id=\"[id]\">Test kol-card-wc</strong><div class=\"kol-card__content\">Test content</div></div></kol-card-wc>";
3938

4039
exports["Component hydration snapshots/renders kol-card-wc with streamToString(0)"] = "<kol-card-wc _label=\"Test kol-card-wc\" class=\"hydrated\"><div aria-labelledby=\"nonce\" class=\"kol-card\" role=\"group\"><strong class=\"kol-headline kol-headline--strong kol-card__header kol-headline--single\" id=\"[id]\">Test kol-card-wc</strong><div class=\"kol-card__content\">Test content</div></div></kol-card-wc>";
@@ -44,9 +43,7 @@ exports["Component hydration snapshots/renders kol-click-button with renderToStr
4443
exports["Component hydration snapshots/renders kol-click-button with streamToString(0)"] = "<kol-click-button _label=\"Test kol-click-button\" class=\"sc-kol-click-button-h hydrated\"><template shadowrootmode=\"open\"><button class=\"kol-click-button sc-kol-click-button\"><span class=\"kol-click-button__label sc-kol-click-button\">Test kol-click-button</span></button></template></kol-click-button>";
4544

4645
exports["Component hydration snapshots/renders kol-combobox with renderToString(0)"] = "<kol-combobox _label=\"Test kol-combobox\" _suggestions=\"Test value\" s-mode=\"default\" class=\"sc-kol-combobox-default-h hydrated\" style=\"visibility: hidden;\"><template shadowrootmode=\"open\"><style>/* CSS normalized */</style><div class=\"kol-form-field kol-combobox sc-kol-combobox-default\"><label class=\"kol-form-field__label sc-kol-combobox-default\" id=\"[id]\" htmlfor=\"[id]\"><span class=\"kol-span kol-form-field__label-text sc-kol-combobox-default\"><span class=\"kol-span__container sc-kol-combobox-default\"><span class=\"kol-span__label sc-kol-combobox-default\">Test kol-combobox</span><span aria-hidden=\"true\" class=\"kol-span__label sc-kol-combobox-default\" hidden><slot name=\"expert\" class=\"sc-kol-combobox-default\"></slot></span></span></span></label><div class=\"kol-form-field__input sc-kol-combobox-default\"><div class=\"kol-input-container sc-kol-combobox-default\"><div class=\"kol-input-container__container sc-kol-combobox-default\"><div class=\"kol-combobox__group sc-kol-combobox-default\"><input class=\"kol-input kol-combobox__input sc-kol-combobox-default\" type=\"text\" title=\"\" autocapitalize=\"off\" autocorrect=\"off\" id=\"[id]\" role=\"combobox\" aria-autocomplete=\"both\" aria-controls=\"[id]\" aria-expanded=\"false\" aria-labelledby=\"[id]\" value=\"\"> <button type=\"button\" tabindex=\"-1\" class=\"kol-combobox-toggle sc-kol-combobox-default\"><i aria-hidden=\"true\" class=\"kol-icon kol-icon__icon kolicon-chevron-down sc-kol-combobox-default\" role=\"presentation\"></i></button></div><ul role=\"listbox\" class=\"kol-custom-suggestions-options-group sc-kol-combobox-default\" hidden></ul></div></div></div></div></template>Test content</kol-combobox>";
47-
=======
4846
exports["Component hydration snapshots/renders kol-combobox with renderToString(0)"] = "<kol-combobox _label=\"Test kol-combobox\" _suggestions=\"Test value\" s-mode=\"default\" class=\"sc-kol-combobox-default-h hydrated\" style=\"visibility: hidden;\"><template shadowrootmode=\"open\"><style>/* CSS normalized */</style><div class=\"kol-form-field kol-combobox sc-kol-combobox-default\"><label class=\"kol-form-field__label sc-kol-combobox-default\" id=\"[id]\" htmlfor=\"[id]\"><span class=\"kol-span kol-form-field__label-text sc-kol-combobox-default\"><span class=\"kol-span__container sc-kol-combobox-default\"><span class=\"kol-span__label sc-kol-combobox-default\">Test kol-combobox</span><span aria-hidden=\"true\" class=\"kol-span__label sc-kol-combobox-default\" hidden><slot name=\"expert\" class=\"sc-kol-combobox-default\"></slot></span></span></span></label><div class=\"kol-form-field__input sc-kol-combobox-default\"><div class=\"kol-input-container sc-kol-combobox-default\"><div class=\"kol-input-container__container sc-kol-combobox-default\"><div class=\"kol-combobox__group sc-kol-combobox-default\"><input class=\"kol-input kol-combobox__input sc-kol-combobox-default\" type=\"text\" title=\"\" autocapitalize=\"off\" autocorrect=\"off\" id=\"[id]\" role=\"combobox\" aria-autocomplete=\"both\" aria-controls=\"[id]\" aria-expanded=\"false\" aria-labelledby=\"[id]\" value=\"\"> <i aria-hidden=\"true\" class=\"kol-icon kol-icon__icon kolicon-chevron-down kol-custom-suggestions-toggle sc-kol-combobox-default\" role=\"presentation\"></i></div><ul role=\"listbox\" class=\"kol-custom-suggestions-options-group sc-kol-combobox-default\" hidden></ul></div></div></div></div></template>Test content</kol-combobox>";
49-
>>>>>>> develop
5047

5148
exports["Component hydration snapshots/renders kol-combobox with streamToString(0)"] = "<kol-combobox _label=\"Test kol-combobox\" _suggestions=\"Test value\" s-mode=\"default\" class=\"sc-kol-combobox-default-h hydrated\" style=\"visibility: hidden;\"><template shadowrootmode=\"open\"><style>/* CSS normalized */</style><div class=\"kol-form-field kol-combobox sc-kol-combobox-default\"><label class=\"kol-form-field__label sc-kol-combobox-default\" id=\"[id]\" htmlfor=\"[id]\"><span class=\"kol-span kol-form-field__label-text sc-kol-combobox-default\"><span class=\"kol-span__container sc-kol-combobox-default\"><span class=\"kol-span__label sc-kol-combobox-default\">Test kol-combobox</span><span aria-hidden=\"true\" class=\"kol-span__label sc-kol-combobox-default\" hidden><slot name=\"expert\" class=\"sc-kol-combobox-default\"></slot></span></span></span></label><div class=\"kol-form-field__input sc-kol-combobox-default\"><div class=\"kol-input-container sc-kol-combobox-default\"><div class=\"kol-input-container__container sc-kol-combobox-default\"><div class=\"kol-combobox__group sc-kol-combobox-default\"><input class=\"kol-input kol-combobox__input sc-kol-combobox-default\" type=\"text\" title=\"\" autocapitalize=\"off\" autocorrect=\"off\" id=\"[id]\" role=\"combobox\" aria-autocomplete=\"both\" aria-controls=\"[id]\" aria-expanded=\"false\" aria-labelledby=\"[id]\" value=\"\"> <button type=\"button\" tabindex=\"-1\" class=\"kol-combobox-toggle sc-kol-combobox-default\"><i aria-hidden=\"true\" class=\"kol-icon kol-icon__icon kolicon-chevron-down sc-kol-combobox-default\" role=\"presentation\"></i></button></div><ul role=\"listbox\" class=\"kol-custom-suggestions-options-group sc-kol-combobox-default\" hidden></ul></div></div></div></div></template>Test content</kol-combobox>";
5249

0 commit comments

Comments
 (0)