Skip to content

Commit 6417680

Browse files
committed
Try to improve automated test stability
* Try to improve automated test stability. Run two tests later to try to avoid animation end change detection calls which were causing conflicts.
1 parent e75705d commit 6417680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globalTests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13491,7 +13491,7 @@ export class GlobalTestRunner {
1349113491
window.globalTestCount++;
1349213492
}
1349313493

13494-
testFinalize998ManualChangeDetection() {
13494+
testFinalize999ManualChangeDetection() {
1349513495
const result = {
1349613496
test: 'test delete with manual change detection mode',
1349713497
success: false,
@@ -14164,7 +14164,7 @@ export class GlobalTestRunner {
1416414164
window.globalTestCount++;
1416514165
}
1416614166

14167-
testFinalize998ManualChangeDetection() {
14167+
testFinalize999ManualChangeDetection() {
1416814168
const result = {
1416914169
test: 'test manual change detection strategy',
1417014170
success: false,

0 commit comments

Comments
 (0)