Skip to content

Commit 8bf5537

Browse files
authored
Update tooltip check in tool_02.cy.js test
1 parent b755e5d commit 8bf5537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)