system tests / QA
avatar astridx
astridx
24 May 2017

Because of https://github.com/joomla/joomla-cms/pull/14607/files we have to make much changes in our tests.
Only one example (where we have to delete the word successfully): https://github.com/joomla-extensions/weblinks/blob/master/tests/acceptance/administrator/AdministratorCategoriesCest.php#L65

avatar astridx astridx - open - 24 May 2017
avatar astridx astridx - edited - 24 May 2017
avatar astridx astridx - change - 24 May 2017
The description was changed
avatar astridx astridx - edited - 24 May 2017
avatar zero-24 zero-24 - change - 24 May 2017
Labels Added: system tests / QA
avatar zero-24 zero-24 - labeled - 24 May 2017
avatar alikon
alikon - comment - 25 May 2017

if we need to change a test for a string changes we have made that test in the wrong way

$I->expectTo('see a success message after saving the category');
$I->see('Category successfully saved', ['id' => 'system-message-container']);

we need to see on database if a is "Category successfully saved" instead

i remember some works on this matter at the Munich Sprint

avatar astridx astridx - change - 31 Aug 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-08-31 16:46:14
Closed_By astridx
avatar astridx astridx - close - 31 Aug 2017

Add a Comment

Login with GitHub to post a comment