unique css ids

and bug fix test: editing comment: button label "save" instead of "edit comment"
This commit is contained in:
Katja Suess
2020-01-16 15:32:46 +01:00
parent 6794d95f85
commit f7ae6e49a5
4 changed files with 258 additions and 240 deletions
@@ -285,7 +285,7 @@ Open the edit comment view
Change and save the comment
>>> ctrl.value = 'Comment from admin / was edited'
>>> browser.getControl('Edit comment').click()
>>> browser.getControl('Save').click()
This used to trigger permissions problems in some portlet configurations.
Check it ain't so.