Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Zhavoronkov <[email protected]>
  • Loading branch information
archibald1418 and azhavoro authored Dec 23, 2024
1 parent 5d67f16 commit 2b599a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ context('When saving after deleting a frame, job metadata is inconsistent.', ()
});
cy.closeSettings();
}
function clickDelete() {
function clickDeleteFrame() {

Check failure on line 19 in tests/cypress/e2e/issues_prs2/issue_8785_Cannot_read_properties_of_undefined_reading_getUpdated.js

View workflow job for this annotation

GitHub Actions / Linter

'clickDeleteFrame' is defined but never used
cy.get('.cvat-player-delete-frame').click();
cy.get('.cvat-modal-delete-frame').within(() => {
cy.contains('button', 'Delete').click();
Expand Down

0 comments on commit 2b599a5

Please sign in to comment.