https://bugzilla.wikimedia.org/show_bug.cgi?id=54244

Tomislav Plavcic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Tomislav Plavcic <[email protected]> ---
Link text only varies in test2 env, but on en.beta env it is always in plural!

If you want to make the test pass on both envs we could use xpath (which i try
to avoid, but maybe here it would be usefull since there's no id's/other 
better stuff).
It could be created like this:
#give me the first child link of the div with id mw-normal...
//div[@id=\'mw-normal-catlinks\']/a[1]
or like this
#give me the link which has a title Special...
//a[@title=\'Special:Categories\']
Not sure which of these would be more robust, and I didn't try them but they
should work.
If you think this is good enough or have a better proposal tell me and I can
make a change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to