Skip to content

Commit

Permalink
Update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cich0sza committed Aug 14, 2019
1 parent aac5acc commit 3ff11da
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,9 +29,9 @@
@Modules(GuiceModule.class)
public class HomePageTilesTest {

private static final int TESTS = 152;
private static final int TESTS = 156;

private static final int EXPECTED_TESTS_SUCCESS = 88;
private static final int EXPECTED_TESTS_SUCCESS = 92;

private static final int EXPECTED_TESTS_CONDITIONALLY_PASSED = 11;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Feature: Tests Results Filtering
Scenario: Filtering Tests Results: layout
Given I have opened sample tests report page
When I search for tests containing "layout"
Then There are 39 tiles visible
And Statistics text contains "39 ( 17 / 0 / 22 (11) / 0 )"
Then There are 43 tiles visible
And Statistics text contains "43 ( 17 / 0 / 26 (11) / 0 )"

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

0 comments on commit 3ff11da

Please sign in to comment.