summaryrefslogtreecommitdiff
path: root/tests
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-04 06:01:30 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-04 06:01:30 +0100
commitf47a3a8b0b4255b2f752e56b73270a072db9c03c (patch)
tree0d54736a66627c61dd760e913f84014cc935e655 /tests
parent5d605fd648aae8c8b75be770b748f11421b3c042 (diff)
DashStyle: use better names for dash border sizes
(bzr r4067.5.4)
Diffstat (limited to 'tests')
-rw-r--r--tests/autopilot/unity/tests/test_dash.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autopilot/unity/tests/test_dash.py b/tests/autopilot/unity/tests/test_dash.py
index 7686ba643..8e488750e 100644
--- a/tests/autopilot/unity/tests/test_dash.py
+++ b/tests/autopilot/unity/tests/test_dash.py
@@ -742,7 +742,7 @@ class DashBorderTests(DashTestCase):
if (self.unity.dash.view.form_factor != "desktop"):
self.skip("Not in desktop form-factor.")
- x = self.unity.dash.view.x + self.unity.dash.view.width + self.unity.dash.view.right_border_width / 2
+ x = self.unity.dash.view.x + self.unity.dash.view.width + self.unity.dash.view.vertical_border_width / 2
y = self.unity.dash.view.y + self.unity.dash.view.height / 2
self.mouse.move(x, y)
@@ -758,7 +758,7 @@ class DashBorderTests(DashTestCase):
self.skip("Not in desktop form-factor.")
x = self.unity.dash.view.x + self.unity.dash.view.width / 2
- y = self.unity.dash.view.y + self.unity.dash.view.height + self.unity.dash.view.bottom_border_height / 2
+ y = self.unity.dash.view.y + self.unity.dash.view.height + self.unity.dash.view.horizontal_border_height / 2
self.mouse.move(x, y)
self.mouse.click()