Commit 02737a4
committed
minor symfony#2234 [Turbo][Testing] Fix to the right test (GrinWay)
This PR was merged into the 2.x branch.
Discussion
----------
[Turbo][Testing] Fix to the right test
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | Fixing the test
| License | MIT
In order to test the Turbo loading you don't have to use `assertSelectorTextContains` method, instead of it use `assertSelectorWillContain` cuz it's async javascript
Commits
-------
535439f [Turbo][Testing] Fix to the right test1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments