* If you use `ViewFixture` and `enter()`, please add `afterEach(ViewFixture.cleanup);` to ensure * that he global `LFrame` stack gets cleaned up between the tests.
()
| 207 | * that he global `LFrame` stack gets cleaned up between the tests. |
| 208 | */ |
| 209 | enterView() { |
| 210 | enterView(this.lView); |
| 211 | } |
| 212 | |
| 213 | leaveView() { |
| 214 | leaveView(); |
no test coverage detected