Skip to content

Commit e8b41d4

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-35091: UI improvements
- fixed tests for pull request
1 parent d438514 commit e8b41d4

File tree

2 files changed

+1
-2
lines changed
  • app/code/Magento/Payment/Test/Unit/Block/Info
  • dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html

2 files changed

+1
-2
lines changed

app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function testGetCcExpDate($ccExpMonth, $ccExpYear)
153153
public function getCcExpDateDataProvider()
154154
{
155155
return [
156-
[2, 2015],
156+
[3, 2015],
157157
[12, 2011],
158158
[01, 2036]
159159
];

dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html/Topmenu.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ function () use ($category) {
6060
}
6161
);
6262
}
63-
sleep(1); // TODO: sleep should be removed after fix with category sliding
6463
$category[0]->click();
6564
}
6665

0 commit comments

Comments
 (0)