Select:KB Reset (multi, Space)

Build 21872 on a11y-consolidation
Reviewing disabled
View latest build
chromechrome
ErrorBuild 21872 on a11y-consolidation
View Storybook
Fail
Select.stories.tsx
Unable to find role="listbox"
View in Storybook
Chrome 132
1168x56
Linux Linux Ubuntu 20.04.4
a928e4 on a11y-consolidation
Caught exception in play function

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

Error: Unable to find role="listbox"

Ignored nodes: comments, script, style
<body
  class="sb-main-padded sb-show-main"
  spellcheck="false"
  style="background: rgb(255, 255, 255); color: rgb(46, 51, 56);"
>
  
    
  <div
    class="sb-preparing-story sb-wrapper"
  >
    
  
    <div
      class="sb-loader"
    />
    

  </div>
  


  <div
    class="sb-preparing-docs sb-wrapper"
  >
    
  
    <div
      class="sb-previewBlock"
    >
      
    
      <div
        class="sb-previewBlock_header"
      >
        
      
        <div
          class="sb-previewBlock_icon"
        />
        
      
        <div
          class="sb-previewBlock_icon"
        />
        
      
        <div
          class="sb-previewBlock_icon"
        />
        
      
        <div
          class="sb-previewBlock_icon"
        />
        
    
      </div>
      
    
      <div
        class="sb-previewBlock_body"
      >
        
      
        <div
          class="sb-loader"
        />
        
    
      </div>
      
  
    </div>
    
  
    <table
      aria-hidden="true"
      class="sb-argstableBlock"
    >
      
    
      <thead
        class="sb-argstableBlock-head"
      >
        
      
        <tr>
          
        
          <th>
            <span>
              Name
            </span>
          </th>
          
        
          <th>
            <span>
              Description
            </span>
          </th>
          
        
          <th>
            <span>
              Default
            </span>
          </th>
          
        
          <th>
            <span>
              Control 
            </span>
          </th>
          
      
        </tr>
        
    
      </thead>
      
    
      <tbody
        class="sb-argstableBlock-body"
      >
        
      
        <tr>
          
        
          <td>
            <span>
              propertyName
            </span>
            <span
              title="Required"
            >
              *
            </span>
          </td>
          
        
          <td>
            
          
            <div>
              <span>
                This is a short description
              </span>
            </div>
            
          
            <div
              class="sb-argstableBlock-summary"
            >
              
            
              <div>
                <span
                  class="sb-argstableBlock-code"
                >
                  summary
                </span>
              </div>
              
          
            </div>
            
        
          </td>
          
        
          <td>
            
          
            <div>
              <span
                class="sb-argstableBlock-code"
              >
                defaultValue
              </span>
            </div>
            
        
          </td>
          
        
          <td>
            <button>
              Set string
            </button>
          </td>
          
      
        </tr>
        
      
        <tr>
          
        
          <td>
            <span>
              propertyName
            </span>
            <span>
              *
            </span>
          </td>
          
        
          <td>
            
          
            <div>
              <span>
                This is a short description
              </span>
            </div>
            
          
            <div
              class="sb-argstableBlock-summary"
            >
              
            
              <div>
                <span
                  class="sb-argstableBlock-code"
                >
                  summary
                </span>
              </div>
              
          
            </div>
            
        
          </td>
          
        
          <td>
            
          
            <div>
              <span
                class="sb-argstableBlock-code"
              >
                defaultValue
              </span>
            </div>
            
        
          </td>
          
        
          <td>
            <button>
              Set string
            </button>
          </td>
          
      
        </tr>
        
      
        <tr>
          
        
          <td>
            <span>
              propertyName
            </span>
            <span>
              *
            </span>
          </td>
          
        
          <td>
            
          
            <div>
              <span>
                This is a short description
              </span>
            </div>
            
          
            <div
              class="sb-argstableBlock-summary"
            >
              
            
              <div>
                <span
                  class="sb-argstableBlock-code"
                >
                  summary
                </span>
              </div>
              
          
            </div>
            
        
          </td>
          
        
          <td>
            
          
            <div>
              <span
                class="sb-argstableBlock-code"
              >
                defaultValue
              </span>
            </div>
            
        
          </td>
          
        
          <td>
            <button>
              Set string
            </button>
          </td>
          
      
        </tr>
        
    
      </tbody>
      
  
    </table>
    

  </div>
  


  <div
    class="sb-nopreview sb-wrapper"
  >
    
  
    <div
      class="sb-nopreview_main"
    >
      
    
      <h1
        class="sb-nopreview_heading sb-heading"
      >
        No Preview
      </h1>
      
    
      <p>
        Sorry, but you either have no stories or none are selected somehow.
      </p>
      
    
      <ul>
        
      
        <li>
          Please check the Storybook config.
        </li>
        
      
        <li>
          Try reloading the page.
        </li>
        
    
      </ul>
      
    
      <p>
        
      If the problem persists, check the browser console, or the terminal you've run Storybook from.
    
      </p>
      
  
    </div>
    

  </div>
  


  <div
    class="sb-errordisplay sb-wrapper"
  >
    
  
    <div
      class="sb-errordisplay_main"
    >
      
    
      <h1
        id="error-message"
      />
      
    
      <p>
        
      The component failed to render properly, likely due to a configuration issue in Storybook.
      Here are some common causes and how you can address them:
    
      </p>
      
    
      <ol>
        
      
        <li>
          
        
          <strong>
            Missing Context/Providers
          </strong>
          : You can use decorators to supply specific
        contexts or providers, which are sometimes necessary for components to render correctly. For
        detailed instructions on using decorators, please visit the
        
          <a
            href="https://storybook.js.org/docs/writing-stories/decorato...
    at waitForWrapper (https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:325:3594)
    at https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:333:289
    at E9e.invoke (https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:217:9213)
    at E9e.track (https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:217:6352)
    at Proxy.findByRole (https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:217:5720)
    at https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/Select.stories-B1x2pgEV.js:6:21179
    at async https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:1063:2231
    at async play (https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/Select.stories-B1x2pgEV.js:6:21102)
    at async UKe.runPhase (https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:917:830)
    at async UKe.render (https://635781f3500dd2c49e189caf-mthcwhzovv.capture-loopback.chromatic.com/assets/iframe-CjZp8mqB.js:917:3861)