Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maryna Glukhodid authored and stereomon committed Jul 29, 2016
1 parent f079c74 commit e825624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
actor: Tester

#include:
#- vendor/spryker/spryker/Bundles/*
include:
- vendor/spryker/spryker/Bundles/*

paths:
tests: tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TaxRateCreatePage

const SELECTOR_SAVE = "input.btn.btn-primary";

const SELECTOR_LIST_OF_TASK_RATES_BUTTON = 'List of task rates';
const SELECTOR_LIST_OF_TASK_RATES_BUTTON = 'List of tax rates';

const TAX_RATE_VALID = 'validTaxRate';
const TAX_RATE_INVALID = 'invalidTaxRate';
Expand Down
1 change: 0 additions & 1 deletion tests/Acceptance/Taxes/Zed/Tester/TaxRateTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public function editTaxRateWithValidData($taxRateName)
$i->fillField(TaxRateCreatePage::SELECTOR_PERCENTAGE, TaxRateCreatePage::$taxRateData[$taxRateName]['percentage']);

$i->click(TaxRateCreatePage::SELECTOR_SAVE);

}

/**
Expand Down

0 comments on commit e825624

Please sign in to comment.