apinf / apinf-testing

This repository contains relevant scripts which support testing of APINF
0 stars 2 forks source link

Testfix/viewapibackend tests #4

Closed jykae closed 8 years ago

jykae commented 8 years ago
jykae commented 8 years ago

@marla-singer @nnn I have weird problem with 9.2, 9.3. I can find element on console but webdriver fails the same xpath. Filling form does not succeed :/

jykae commented 8 years ago

@brylie Tried all kinds of wait/sleep I could think of, can't get tests work with feedback modal.

jykae commented 8 years ago

@marla-singer Ready for review, finally!

marla-singer commented 8 years ago

@jykae Reviewing

marla-singer commented 8 years ago

Merging

jykae commented 8 years ago

@marla-singer Hmh, it behaved strangely after I removed that line, before each hook fails. But you merged this already, would probably need some wait or global text xpath finds something else than it should find. Did you try to run?

Adding wait before viewApiDetails fixes issue. I make a small hotfix for that.