shortcuts:Keydown During Play

Build 13915 on tom/23347-story-globals
1200px
Reviewing disabled
View latest build
chromechrome
ErrorBuild 13915 on tom/23347-story-globals
View Storybook
ErrorBuild 13915 on tom/23347-story-globals
View Storybook
The baseline is shorter than the new snapshot (1200x64 to 1200x900).
edgeedge
The baseline is shorter than the new snapshot (1200x64 to 1200x900).
firefoxfirefox
The baseline is shorter than the new snapshot (1200x64 to 1200x900).
Fail
shortcuts.stories.ts
Found multiple elements with the text: Submit

Here are the matching elements:

Ignored nodes: comments, script, style
<button
  type="submit"
>
  Submit
</button>

Ignored nodes: comments, script, style
<button
  type="submit"
>
  Submit
</button>

(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).

Ignored nodes: comments, script, style
<div
  id="storybook-root"
>
  <div
    class="css-ec0dpa"
    data-side="left"
  >
    <form
      id="interaction-test-form"
    >
      <label>
        Enter Value
        <input
          data-testid="value"
          required=""
          type="text"
          value=""
        />
      </label>
      <button
        type="submit"
      >
        Submit
      </button>
    </form>
  </div>
  <div
    class="css-b8mu1s"
    data-side="right"
  >
    <form
      id="interaction-test-form"
    >
      <label>
        Enter Value
        <input
          data-testid="value"
          required=""
          type="text"
          value=""
        />
      </label>
      <button
        type="submit"
      >
        Submit
      </button>
    </form>
  </div>
</div>

Ignored nodes: comments, script, style
<div
  id="storybook-root"
>
  <div
    class="css-ec0dpa"
    data-side="left"
  >
    <form
      id="interaction-test-form"
    >
      <label>
        Enter Value
        <input
          data-testid="value"
          required=""
          type="text"
          value=""
        />
      </label>
      <button
        type="submit"
      >
        Submit
      </button>
    </form>
  </div>
  <div
    class="css-b8mu1s"
    data-side="right"
  >
    <form
      id="interaction-test-form"
    >
      <label>
        Enter Value
        <input
          data-testid="value"
          required=""
          type="text"
          value=""
        />
      </label>
      <button
        type="submit"
      >
        Submit
      </button>
    </form>
  </div>
</div>
View in Storybook
Chrome 121
1200x900
Linux Linux Ubuntu 20.04.4
72dbdf on tom/23347-story-globals
Caught exception in play function

This story threw an error after it finished rendering which means interactions may not have been executed fully.

Error: Found multiple elements with the text: Submit

Here are the matching elements:

Ignored nodes: comments, script, style
<button
  type="submit"
>
  Submit
</button>

Ignored nodes: comments, script, style
<button
  type="submit"
>
  Submit
</button>

(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).

Ignored nodes: comments, script, style
<div
  id="storybook-root"
>
  <div
    class="css-ec0dpa"
    data-side="left"
  >
    <form
      id="interaction-test-form"
    >
      <label>
        Enter Value
        <input
          data-testid="value"
          required=""
          type="text"
          value=""
        />
      </label>
      <button
        type="submit"
      >
        Submit
      </button>
    </form>
  </div>
  <div
    class="css-b8mu1s"
    data-side="right"
  >
    <form
      id="interaction-test-form"
    >
      <label>
        Enter Value
        <input
          data-testid="value"
          required=""
          type="text"
          value=""
        />
      </label>
      <button
        type="submit"
      >
        Submit
      </button>
    </form>
  </div>
</div>
    at Ea (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/assets/index-a2f9a4a0.js:143:3360)
    at https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/assets/index-a2f9a4a0.js:151:235
    at sn.invoke (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/assets/index-469d1c44.js:28:9372)
    at sn.intercept (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/assets/index-469d1c44.js:28:6773)
    at sn.track (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/assets/index-469d1c44.js:28:6505)
    at Object.findByText (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/assets/index-469d1c44.js:28:5777)
    at play (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/assets/shortcuts.stories-89cd43f5.js:1:346)
    at https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/sb-preview/runtime.js:8267:60
    at pi.runPhase (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/sb-preview/runtime.js:8158:100)
    at pi.render (https://635781f3500dd2c49e189caf-svyjgyayuj.capture-loopback.chromatic.com/sb-preview/runtime.js:8267:25)