MT#14585 Move ngcp-panel-selenium tests to folder 't/selenium/'

Also simplify tests names.

Change-Id: I9142160ec0ae5aad9287ce38b5f552e1790c285f
changes/51/2551/5
Alexander Lutay 10 years ago
parent a78dd063b5
commit bd9a184c56

@ -185,7 +185,7 @@ method ACTION_test_servers {
method ACTION_test_selenium { method ACTION_test_selenium {
$self->depends_on('code'); $self->depends_on('code');
$self->_test_preconditions; $self->_test_preconditions;
$self->test_files('t/*_selenium.t t/admin-login.t'); $self->test_files('t/selenium/*.t');
$self->generic_test(type => 'default'); $self->generic_test(type => 'default');
} }

Loading…
Cancel
Save