Skip to content

Commit cb5f51b

Browse files
committed
MQE-1068: Require Issue ID for Skipped Test
- Fixed Tests
1 parent 5f92b6a commit cb5f51b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/verification/Resources/ChildExtendedTestNoParent.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ class ChildExtendedTestNoParentCest
3434
*/
3535
public function ChildExtendedTestNoParent(AcceptanceTester $I, \Codeception\Scenario $scenario)
3636
{
37-
$scenario->skip("This test is skipped");
37+
$scenario->skip("This test is skipped due to the following issues:\nNo issues have been specified.");
3838
}
3939
}

dev/tests/verification/Resources/MergeSkip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ class MergeSkipCest
2929
*/
3030
public function MergeSkip(AcceptanceTester $I, \Codeception\Scenario $scenario)
3131
{
32-
$scenario->skip("This test is skipped");
32+
$scenario->skip("This test is skipped due to the following issues:\nIssue5");
3333
}
3434
}

0 commit comments

Comments
 (0)