-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Run some webUI tests with mobile-sized browser #38759
Comments
@individual-it
|
@sakshamgurung you can create an extra tag for small resolutions and run or you use the Line 1179 in 4afb755
Then you should not need any resizeWindow at all
|
I just tried using the |
Closing the issue. as PR #39161 has been merged |
PR #38748 adjusts some UI elements for smaller screens. We could run some webUI test scenarios on a smaller browser window to know if they work OK. We do not want to "explode" CI by running all UI test scenarios! Maybe just run
smokeTest
scenarios.See my comment #38748 (comment)
Hint: The Behat-Mink-Selenium stack allows resizing the browser:
The text was updated successfully, but these errors were encountered: