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

Add fullscreencontainer query param (similar to devmode but does not modify test timeout) #763

Merged
merged 1 commit into from Nov 3, 2020

Conversation

rohitpaulk
Copy link
Contributor

@rohitpaulk rohitpaulk commented Oct 23, 2020

As mentioned in #595 (comment), this adds a fullscreencontainer query param that does exactly what devmode does, minus removing the test timeout.

This is useful for tests that depend on exact dimensions of elements (like scrolling an element to a certain position). An example: #521

@rohitpaulk rohitpaulk marked this pull request as ready for review October 23, 2020 09:56
@rohitpaulk
Copy link
Contributor Author

rohitpaulk commented Oct 23, 2020

Not sure if there's a good way to write tests for this, I don't see any tests for devmode or the other similar options... I did test this manually in our app though.

@rwjblue rwjblue changed the title Add fullscreencontainer option Add fullscreencontainer query param (similar to devmode but does not modify test timeout) Nov 3, 2020
@rwjblue rwjblue merged commit d802703 into emberjs:master Nov 3, 2020
@rohitpaulk rohitpaulk deleted the add-fullscreencontainer branch November 4, 2020 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants