Expand Outlook folder click has just stopped working. #2856
Unanswered
brianannett
asked this question in
Help Needed
Replies: 1 comment 1 reply
-
|
Was this after a Nightwatch upgrade or a Chromedriver/Chrome upgrade? Can you share some more info about your config and preferably also a nightwatch verbose log? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As part of my test I need to
I've written some code to open browser based outlook, login, navigate to a top folder, then a sub folder. Then verify the top email contains the correct information. It's a little flaky as Outlook updates fairly regularly but has been reasonably stable for over a year, subject to tweaks by MS.
My problem is that just over a week ago the click which would normally expand a folder so that the sub folders are visible has stopped working and I can't see why!
Outlooks doesn't seem to have changed and my selector hasn’t changed. If I use my selector within developer tools it finds the element as expected.
In Outlook a folders name is the title and the dropdown is a button beneath it, giving:
And the button to access sub folders is
This is called via
The above call results in
Outlooks code for a folder with sub folders
I'm running
"nightwatch": "^1.7.8",
node -v
v12.20.0
For the life of me I can't see why it's stopped working and no amount of selector editing makes it miraculously work.
Anyone have any pointers?
P.S. Failing both locally, on a Mac against Chrome 92 and on Jenkins, using a Ubuntu 18.04 against Chrome 91 image.
Beta Was this translation helpful? Give feedback.
All reactions