Skip to content

Commit 44e6b71

Browse files
committed
25
1 parent 65b73aa commit 44e6b71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ describe('4.Mixed tooltip (old Android SDK version)', () => {
1515
it('4.3-Test', function() {
1616
goToConfigTab(true);
1717
checkTooltipAppears('success', 2, true);
18-
checkTooltipAppears('warning', 20, true);
18+
checkTooltipAppears('warning', 25, true);
1919
});
2020
});

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ describe('5.Mixed tooltip (old iOS SDK version)', () => {
1515
it('5.3-Test', function() {
1616
goToConfigTab(true);
1717
checkTooltipAppears('success', 2, true);
18-
checkTooltipAppears('warning', 20, true);
18+
checkTooltipAppears('warning', 25, true);
1919
});
2020
});

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ describe('9.Mixed tooltip (multiple SDK versions)', () => {
1818
it('9.3-Test', function() {
1919
goToConfigTab(true);
2020
checkTooltipAppears('success', 2, true);
21-
checkTooltipAppears('warning', 20, true);
21+
checkTooltipAppears('warning', 25, true);
2222
});
2323
});

0 commit comments

Comments
 (0)