remove diags from test
This commit is contained in:
parent
71261438f7
commit
209a24d985
1 changed files with 0 additions and 1 deletions
|
|
@ -326,7 +326,6 @@ $mech->submit_form_ok({
|
|||
|
||||
# Payment method edited!
|
||||
$mech->content_contains( 'Free Luna Dollars', 'new label shows up in manage screen' );
|
||||
diag( $mech->content );
|
||||
ok( my $paydriver = WebGUI::Shop::PayDriver->new( $mech->session, $paydriverId ), 'paydriver can be instanced' );
|
||||
is( $paydriver->label, 'Free Luna Dollars', 'label set correctly' );
|
||||
ok( $paydriver->enabled, 'driver is enabled' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue