From 8c893b79d230cc844226bdf3b1de95cd5a99ecb2 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 30 Jan 2014 09:12:57 +0100 Subject: Branching off for release 1.0 --- tests/Selenium/Addressbook/Import.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 tests/Selenium/Addressbook/Import.php (limited to 'tests/Selenium/Addressbook/Import.php') diff --git a/tests/Selenium/Addressbook/Import.php b/tests/Selenium/Addressbook/Import.php deleted file mode 100644 index 13d81740f..000000000 --- a/tests/Selenium/Addressbook/Import.php +++ /dev/null @@ -1,29 +0,0 @@ -go('addressbook', 'import'); - - // check task and action - $env = $this->get_env(); - $this->assertEquals('addressbook', $env['task']); - $this->assertEquals('import', $env['action']); - - $objects = $this->get_objects(); - - // these objects should be there always - $this->assertContains('importform', $objects); - } - - public function testImport2() - { - $this->go('addressbook', 'import'); - - $objects = $this->get_objects(); - - // these objects should be there always - $this->assertContains('importform', $objects); - } -} -- cgit v1.2.3