Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cypress test "Changing label name via label constructor". #2719

Conversation

dvkruchinin
Copy link
Contributor

Motivation and context

An error occurred in CI when passing the test steps

`<button type="submit" class="ant-btn ant-btn-primary ant-tooltip-open" ant-click-animating-without-extra-node="false" style="width: 150px;">...</button>`
This element `<button.ant-btn.ant-btn-primary.ant-tooltip-open>` is not visible because it has CSS property: `position: fixed` and it's being covered by another element:
`<div class="ant-tooltip ant-tooltip-placement-top " style="left: 277px; top: 493px; transform-origin: 50% 46px;">...</div>`

Added force: true when the button is clicked.

How has this been tested?

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@dvkruchinin dvkruchinin requested a review from azhavoro as a code owner January 26, 2021 10:28
@bsekachev bsekachev merged commit d478f72 into cvat-ai:develop Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants