Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syedbarimanjan committed Mar 25, 2024
1 parent fabf0ee commit a828f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/actions_tasks3/case_105_cloud_storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ context('Cloud storage.', () => {
describe(`Testing case "${caseId}"`, () => {
it('Check "Cloud Storage" page.', () => {
cy.contains('.cvat-header-button', 'Cloud Storages').should('be.visible').click();
cy.get('.cvat-empty-cloud-storages-list').should('be.visible');
cy.get('.cvat-empty-cloud-storages-list > .ant-empty').should('be.visible');
cy.get('.cvat-attach-cloud-storage-button').should('be.visible').click();
cy.get('.cvat-cloud-storage-form').should('be.visible').within(() => {
cloudStorageFormElements.forEach(($el) => {
Expand Down

0 comments on commit a828f15

Please sign in to comment.