~elopio/ubuntuone-testing/fix-1018019

« back to all changes in this revision

Viewing changes to ubuntuone/web/tests/sst/services/u1webse004_choosestorageamount.py

  • Committer: Tarmac
  • Author(s): leo.arias at canonical
  • Date: 2012-06-26 05:11:23 UTC
  • mfrom: (95.1.5 fix-1017525)
  • Revision ID: tarmac-20120626051123-dr85qan9gnvdg0n8
Added the actions for the Add Storage page. Fixes lp:1017525.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
 
3
 
# Authors: 
4
 
#     Rick McBride <rick.mcbride@canonical.com>
5
 
#     Leo Arias <leo.arias@canonical.com>
6
 
#
7
 
# Copyright 2011 Canonical Ltd.
 
3
# Copyright 2011, 2012 Canonical Ltd.
8
4
#
9
5
# This program is free software: you can redistribute it and/or modify it
10
6
# under the terms of the GNU General Public License version 3, as published
26
22
 
27
23
setup_actions.setup()
28
24
services_actions.open()
 
25
services_actions.click_add_extra_storage()
29
26
services_actions.assert_storage(1)
30
27
services_actions.increase_storage_quantity()
31
28
services_actions.assert_storage(2)