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

Cypress test. Create task without necessary arguments. #2685

Conversation

dvkruchinin
Copy link
Contributor

Motivation and context

Add Cypress test. Try to create task without necessary arguments.

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) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@coveralls
Copy link

coveralls commented Jan 20, 2021

Coverage Status

Coverage remained the same at 70.303% when pulling 2985fe9 on dvkruchinin:dkru/case-40-create-task-without-necessary-arguments into 165cf0f on openvinotoolkit:develop.


describe(`Testing "${labelName}"`, () => {
it('Go to create task page.', () => {
cy.get('#cvat-create-task-button').click();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a part of before

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Click to "Create new task" button moved to before.

@bsekachev bsekachev merged commit 23adfb6 into cvat-ai:develop Jan 26, 2021
@dvkruchinin dvkruchinin deleted the dkru/case-40-create-task-without-necessary-arguments branch January 26, 2021 10:16
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.

3 participants