From a2a1f8d7ed2911c2a4bab05ae599a80ed690c9c4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 30 Jan 2013 11:50:52 +0100 Subject: Added automated in-browser tests (PHPUnit + Selenium Web Driver) --- tests/Selenium/Settings/About.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/Selenium/Settings/About.php (limited to 'tests/Selenium/Settings/About.php') diff --git a/tests/Selenium/Settings/About.php b/tests/Selenium/Settings/About.php new file mode 100644 index 000000000..9a6c31d4b --- /dev/null +++ b/tests/Selenium/Settings/About.php @@ -0,0 +1,14 @@ +url(TESTS_URL . '/?_task=settings&_action=about'); + + // check task and action + $env = $this->get_env(); + $this->assertEquals('settings', $env['task']); + $this->assertEquals('about', $env['action']); + } +} -- cgit v1.2.3