Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout-based integration tests stabilization for Chrome #304

Merged

Conversation

tkaik
Copy link
Contributor

@tkaik tkaik commented Aug 6, 2018

Description

Modified timeouts on Sample Site and Test Suite.
to fix tests results for SeleniumGrid+Chrome migration.
Updated functional (Bobcat) tests.

Motivation and Context

In codebase there are some tests which are expected e.g. to take a screenshot before some timeout-based javascript code is executed on a page. To get the same test results on Selenium Grid + Chrome setup, those timeouts need to be increased - it seems that Chromedriver needs more time to complete the open phase (than the old Firefox, without Selenium Grid) - by default it's using normal page load strategy

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the AET Contributor License Agreement.

Modified timeouts on Sample Site and Test Suite
to fix tests results for SeleniumGrid+Chrome migration.
Updated functional tests
@tkaik tkaik requested a review from malaskowski August 6, 2018 10:16
@@ -29,9 +29,9 @@
@Modules(GuiceModule.class)
public class HomePageTilesTest {

private static final int TESTS = 113;
private static final int TESTS = 115;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two tests have been added in this PR: #294

@tkaik tkaik merged commit c0e606d into milestone/chrome-support Aug 7, 2018
@tkaik tkaik deleted the bugfix/timeout-based-tests-stabilization branch August 7, 2018 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants