Skip to content

overflowmenu spec fails #6853

@boaz0

Description

@boaz0

Describe the issue. What is the expected and unexpected behavior?

CI fails when running integration tests - overflowmenuspec giving the following errors:

    <testcase name="OverflowMenu Demo Test Simple OverflowMenu Medium Dropdown view Verify dropdown menu expanded" time="0.0000" classname="Verify dropdown menu expanded">
      <failure message="Timed out retrying after 4050ms: `cy.click()` failed because this element:

&lt;button aria-label=&quot;Actions&quot; id=&quot;pf-dropdown-toggle-id-2&quot; class=&quot;pf-c-dropdown__toggle pf-m-plain&quot; type=&quot;button&quot; aria-expanded=&quot;false&quot; aria-haspopup=&quot;true&quot;&gt;...&lt;/button&gt;

is being covered by another element:

&lt;a id=&quot;about-modal-demo-nav-item-link&quot; class=&quot;pf-c-nav__link&quot; href=&quot;/about-modal-demo-nav-link&quot;&gt;About M...&lt;/a&gt;

Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with" type="CypressError"><![CDATA[CypressError: Timed out retrying after 4050ms: `cy.click()` failed because this element:

<button aria-label="Actions" id="pf-dropdown-toggle-id-2" class="pf-c-dropdown__toggle pf-m-plain" type="button" aria-expanded="false" aria-haspopup="true">...</button>

is being covered by another element:

<a id="about-modal-demo-nav-item-link" class="pf-c-nav__link" href="/about-modal-demo-nav-link">About M...</a>

Fix this problem, or use {force: true} to disable error checking.

Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.

Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
internal CI issue

What is your product and what release version are you targeting?
develop release

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions