Skip to content

Commit b755e5d

Browse files
authored
Update tooltip check in tool_02.cy.js test for test upload
1 parent e4ffd7c commit b755e5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ui-tests/cypress/e2e/sdk/tool_02.cy.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe('2.Warning tooltip (old Web SDK version)', () => {
1414
});
1515
it('2.3-Test', function() {
1616
goToConfigTab(true);
17-
checkTooltipAppears('warning');
17+
//checkTooltipAppears('warning');
18+
checkTooltipAppears('this step just for test upload');
1819
});
19-
});
20+
});

0 commit comments

Comments
 (0)