Skip to content

Commit

Permalink
[wip] re include the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro-Nakamura committed Mar 25, 2024
1 parent 5c5cce1 commit aad7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_cases/dataCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default () => {
.should("have.class", "webix_row_select");
});

it.skip("Should Manage Updating Data across multiple DCs and cursors", () => {
it("Should Manage Updating Data across multiple DCs and cursors", () => {
// Select the Tabview
cy.get(
'[data-cy="tab Cursor ++ 0139ab53-3d56-42d4-afd6-da7cb5df503b b82e7941-b47f-477d-9c10-1d7ef85185ff"]',
Expand Down

0 comments on commit aad7e15

Please sign in to comment.