Skip to content

Commit

Permalink
test(web-components): removed old tests for ic-accordion
Browse files Browse the repository at this point in the history
removed old loki visual, e2e and a11y tests for ic-accordion
  • Loading branch information
GCHQ-Developer-741 committed Jan 17, 2024
1 parent 282bce4 commit e867e4e
Show file tree
Hide file tree
Showing 22 changed files with 12 additions and 259 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import readme from "./readme.md";
### Default

<Canvas>
<Story name="Default">
<Story name="Default" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion heading="Accordion 1">
<ic-typography variant="body">
This is an example of the main body text.
Expand All @@ -32,7 +32,7 @@ import readme from "./readme.md";
### Expanded

<Canvas>
<Story name="Expanded">
<Story name="Expanded" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion expanded="true" heading="Accordion 1">
<ic-typography variant="body">
This is an example of the main body text.
Expand All @@ -49,7 +49,7 @@ import readme from "./readme.md";
### Icon

<Canvas>
<Story name="Icon">
<Story name="Icon" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion heading="Accordion 1">
<svg
slot="icon"
Expand Down Expand Up @@ -90,7 +90,7 @@ import readme from "./readme.md";
### Group title

<Canvas>
<Story name="Group Title">
<Story name="Group Title" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion-group group-title="Title of the Accordion Group">
<ic-accordion heading="Accordion 1">
<svg
Expand Down Expand Up @@ -133,7 +133,7 @@ import readme from "./readme.md";
### Sizes

<Canvas>
<Story name="Sizes">
<Story name="Sizes" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion-group group-title="Small Accordion Group" size="small">
<ic-accordion heading="Accordion 1">
<svg
Expand Down Expand Up @@ -248,7 +248,7 @@ import readme from "./readme.md";
### Single expansion

<Canvas>
<Story name="Single Expansion">
<Story name="Single Expansion" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion-group
group-title="Title of the Accordion Group"
single-expansion="true"
Expand Down Expand Up @@ -294,7 +294,10 @@ import readme from "./readme.md";
### Light text

<Canvas>
<Story name="Light text" parameters={{ backgrounds: { default: "dark" } }}>
<Story
name="Light text"
parameters={{ backgrounds: { default: "dark" }, loki: { skip: true } }}
>
{html` <ic-accordion-group
group-title="Title of the Accordion Group"
appearance="light"
Expand Down Expand Up @@ -340,7 +343,7 @@ import readme from "./readme.md";
### Parent

<Canvas>
<Story name="Parent">
<Story name="Parent" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion-group group-title="Title of the Accordion Group">
<ic-accordion heading="Accordion 1">
<ic-typography variant="body">
Expand Down Expand Up @@ -371,7 +374,7 @@ import readme from "./readme.md";
### Disabled

<Canvas>
<Story name="Disabled">
<Story name="Disabled" parameters={{ loki: { skip: true } }}>
{html` <ic-accordion heading="Accordion 1">
<ic-typography variant="body">
This is an example of the main body text.
Expand Down

This file was deleted.

0 comments on commit e867e4e

Please sign in to comment.