✨ Created new Stepper / StepperProvider components #1112
pull_request.yaml
on: pull_request
Code coverage
/
coverage
3m 51s
Matrix: Build storybook / build-storybook-with-docker
Matrix: Build storybook / build-storybook
Matrix: Build / build
Matrix: ESLint / lint
Matrix: Test / test
Annotations
3 errors
src/organisms/ErrorPage/ErrorPage.test.tsx > Shows missing access when 401 error:
src/organisms/ErrorPage/ErrorPage.test.tsx#L83
TestingLibraryElementError: Found multiple elements with the text: Handcrafted Rubber Towels
Here are the matching elements:
Ignored nodes: comments, script, style
<p
class="Typography__StyledTypography-sc-179guof-0 futdDi"
>
Handcrafted Rubber Towels
</p>
Ignored nodes: comments, script, style
<p
class="Typography__StyledTypography-sc-179guof-0 futdDi"
>
Handcrafted Rubber Towels
</p>
(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).
Ignored nodes: comments, script, style
<body>
<div>
<div
class="sc-kLJHhQ ghiAqk"
>
<div
class="sc-frniUE eGMwOn"
>
<div
class="sc-huXwEz coSprY"
/>
</div>
<div>
<h3
class="Typography__StyledTypography-sc-179guof-0 la-dkXf"
data-testid="title"
>
You don’t have access to Amplify portal.
</h3>
</div>
<div>
<h4
class="Typography__StyledTypography-sc-179guof-0 bhaSEL"
data-testid="description"
>
Beep boop, dont worry! You can apply for Amplify portal in AccessIT
</h4>
</div>
<button
class="Button__ButtonBase-sc-1hs0myn-1 kwwqyh"
tabindex="0"
type="button"
>
<span
class="Button__Inner-sc-1hs0myn-0 eCGqZ"
>
Apply for access
</span>
</button>
<div
class="sc-dSfWjt laWvtR"
>
<p
class="Typography__StyledTypography-sc-179guof-0 bDlEZJ"
>
You can apply for access to the app in AccessIT:
</p>
<div>
<p
class="Typography__StyledTypography-sc-179guof-0 futdDi"
>
Generic Wooden Computer
</p>
<button
class="Button__ButtonBase-sc-1hs0myn-1 ewUjDp"
data-testid="missing-access-button-Generic Wooden Computer"
tabindex="0"
type="button"
>
<span
class="Button__Inner-sc-1hs0myn-0 eCGqZ"
>
<svg
aria-hidden="true"
class="Icon__StyledSvg-sc-6evbi1-0 iATzmE"
fill="var(--eds_text__static_icons__default, rgba(61, 61, 61, 1))"
height="24px"
viewBox="0 0 24 24"
width="24px"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="Icon__StyledPath-sc-6evbi1-1"
clip-rule="evenodd"
d="M5 3c-1.093 0-2 .907-2 2v14c0 1.093.907 2 2 2h14c1.093 0 2-.907 2-2v-7h-2v7H5V5h7V3H5Zm9 0v2h3.586l-9.293 9.293 1.414 1.414L19 6.414V10h2V3h-7Z"
data-testid="eds-icon-path"
fill-rule="evenodd"
/>
</svg>
</span>
</button>
</div>
<div>
<p
class="Typography__StyledTypography-sc-179guof-0 futdDi"
>
Handcrafted Rubber Towels
</p>
<button
class="Button__ButtonBase-sc-1hs0myn-1 ewUjDp"
data-testid="missing-access-button-Handcrafted Rubber Towels"
tabindex="0"
type="button"
>
<span
class="Button__Inner-sc-1hs0myn-0 eCGqZ"
>
<svg
aria-hidden="true"
class="Icon__StyledSvg-sc-6evbi1-0 iATzmE"
fill="var(--eds_text__static_icons__default, rgba(61, 61, 61, 1))"
height="24px"
viewBox="0 0 24 24"
width="24px"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="Icon__StyledPath-sc-6evbi1-1"
clip-rule="evenodd"
d="M5 3c-1.093 0-2 .907-2 2v14c0 1.093.907 2 2 2h14c1.093 0 2-.907 2-2v-7h-2v7H5V5h7V3H5Zm9 0v2h3.586l-9.293 9.293 1.414 1.414L19 6.414V10h2V3h-7Z"
data-testid="eds-icon-pat
|
Test / test (21.x)
Process completed with exit code 1.
|
Code coverage / coverage
Process completed with exit code 1.
|