Skip to content

Commit

Permalink
Merge pull request #302 from Cognifide/feature/filter-accessibility-e…
Browse files Browse the repository at this point in the history
…rrors-by-markup

[#214] Functional tests update
  • Loading branch information
tkaik authored Aug 3, 2018
2 parents 372e35d + 3a7fe6d commit ee97087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
@Modules(GuiceModule.class)
public class HomePageTilesTest {

private static final int TESTS = 112;
private static final int TESTS = 113;

private static final int EXPECTED_TESTS_SUCCESS = 66;

private static final int EXPECTED_TESTS_WARN = 5;

private static final int EXPECTED_TESTS_FAIL = 41;
private static final int EXPECTED_TESTS_FAIL = 42;

@Inject
private ReportHomePage page;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Feature: Tests Results Filtering
Scenario: Filtering Tests Results: accessibility
Given I have opened sample tests report page
When I search for tests containing "accessibility"
Then There are 15 tiles visible
And Statistics text contains "15 ( 7 / 3 / 5 / 0 )"
Then There are 16 tiles visible
And Statistics text contains "16 ( 8 / 3 / 5 / 0 )"

Scenario: Filtering Tests Results: cookie
Given I have opened sample tests report page
Expand Down

0 comments on commit ee97087

Please sign in to comment.