mibutec / popperfw

Declarative PageObjects for Java
Apache License 2.0
3 stars 3 forks source link

[BUG] page objekte stateful #1

Open mibutec opened 7 years ago

mibutec commented 7 years ago

I just had a problem with "statefulness" of POs for swing popups

Specifically it was about a Po - it was used in a test class as @Autowired Bean - but it has only ever worked once. If you then passed the second time (in a second scenario) at this code point, Popper always said the dialog would not be displayed - Reason is that for each opening a new dialog instance is created - but is not found then ( but the old, no longer displayed?).

mibutec commented 7 years ago

Duplicate of #2 ?