User tests: Successful: Unsuccessful:
This is me adapting the tags manager tests for the Weblinks Component. As with the contact components tests added earlier today selenium doesn't recognize some fields so I've commented those lines out rather than leave them out in their entirety. Not sure why they are not being 'seen'
Hi Elin,
This is decided on the created by field rather than editing fields. However out of the 3 you just mentioned only ordering doesn't physically show. Created by does show and is editable on creating a weblink.
Also if you look at the contact pull request there's another dodgy field - 'State or Province' - which should just be a straight input field - yet its not recognizing that either :/
Yeah there is a bug in the contact layout right now for new items.
Elin
On Mon, May 20, 2013 at 4:51 AM, George Wilson notifications@github.comwrote:
Hi Elin,
This is decided on the created by field rather than editing fields.
However out of the 3 you just mentioned only ordering doesn't physically
show. Created by does show and is editable on creating a weblink.Also if you look at the contact pull request there's another dodgy field -
'State or Province' - which should just be a straight input field - yet its
not recognizing that either :/—
Reply to this email directly or view it on GitHub#1164 (comment)
.
OK Now the contact component fix has gone through things have got a bit better :) The Revision and ordering fields don't show to new users
Which means that the only thing that Selenium isn't recognizing now is 'user select' fields. i.e. Created/Modified by fields and linked user field in the contact component.
Any ideas?
All three of those fields are field type users right? Maybe that is the
commonality?
Elin
On Thu, May 23, 2013 at 1:13 PM, George Wilson notifications@github.comwrote:
OK Now the contact component fix has gone through things have got a bit
better :) The Revision and ordering fields don't show to new usersWhich means that the only thing that Selenium isn't recognizing now is
'user select' fields. i.e. Created/Modified by fields and linked user field
in the contact component.Any ideas?
—
Reply to this email directly or view it on GitHub#1164 (comment)
.
Indded - that's what I meant by 'user select' fields - I've dumped a post
into the joomla dev-cms group - hopefully someone may be able to explain
why those fields can't (for lack of a better word) be detected.
Kind Regards,
George
On 23 May 2013 19:24, elinw notifications@github.com wrote:
All three of those fields are field type users right? Maybe that is the
commonality?Elin
On Thu, May 23, 2013 at 1:13 PM, George Wilson notifications@github.comwrote:
OK Now the contact component fix has gone through things have got a bit
better :) The Revision and ordering fields don't show to new usersWhich means that the only thing that Selenium isn't recognizing now is
'user select' fields. i.e. Created/Modified by fields and linked user
field
in the contact component.Any ideas?
—
Reply to this email directly or view it on GitHub<
https://github.com/joomla/joomla-cms/pull/1164#issuecomment-18357816>
.—
Reply to this email directly or view it on GitHub#1164 (comment)
.
I'm not positive this is why but ordering, created by, and modified by are all not set when a new item is created and the fields actually don't show in the UI. They display after the first save. So depending on where in the test things are this might be why they are not acting the way you might expect.