Commit d03a445e authored by Yusei Tahara's avatar Yusei Tahara

Fix copyright. Fix clickFirst method.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44862 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16db124b
......@@ -2,7 +2,7 @@
##############################################################################
#
# Copyright (c) 2011 Nexedi SARL and Contributors. All Rights Reserved.
# Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# Arnaud Fontaine <arnaud.fontaine@nexedi.com>
#
# First version: ERP5Mechanize from Vincent Pelletier <vincent@nexedi.com>
......@@ -757,7 +757,7 @@ class ContextLink(Link):
"""
Go to the first page.
"""
self.getLink(url='/viewFirst')
self.getLink(url='/viewFirst').click()
def clickPrevious(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment