Addressbook -> Contacts

pull/7135/head
Aleksander Machniak 4 years ago
parent 59e1efb595
commit a32e2b4c6f

@ -1,8 +1,8 @@
<?php
namespace Tests\Browser\Addressbook;
namespace Tests\Browser\Contacts;
class Addressbook extends \Tests\Browser\DuskTestCase
class Contacts extends \Tests\Browser\DuskTestCase
{
protected function setUp()
{

@ -1,6 +1,6 @@
<?php
namespace Tests\Browser\Addressbook;
namespace Tests\Browser\Contacts;
class Import extends \Tests\Browser\DuskTestCase
{

@ -23,12 +23,12 @@ class General extends \Tests\Browser\DuskTestCase
$browser->assertVisible('#sections-table tr.general.focused');
$browser->withinFrame('#preferences-frame', function ($browser) {
$browser->waitFor('.formbuttons button.submit');
// check task and action
$this->assertEnvEquals('task', 'settings');
$this->assertEnvEquals('action', 'edit-prefs');
$browser->assertVisible('.formbuttons button.submit');
// Main Options fieldset
$browser->with('form.propform fieldset.main', function ($browser) {
$browser->assertSeeIn('legend', 'Main Options');

@ -6,9 +6,9 @@
<file>Login.php</file>
<file>Logout.php</file>
</testsuite>
<testsuite name="Addressbook">
<file>Addressbook/Addressbook.php</file>
<file>Addressbook/Import.php</file>
<testsuite name="Contacts">
<file>Contacts/Contacts.php</file>
<file>Contacts/Import.php</file>
</testsuite>
<testsuite name="Settings">
<file>Settings/Settings.php</file>

Loading…
Cancel
Save