Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
a5bc134b
authored
Mar 06, 2015
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed file and solved an issue in test_02
parent
08b9e86b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
circle/dashboard/tests/selenium/basic_tests.py
+4
-4
No files found.
circle/dashboard/tests/selenium/
test_vm_controll
s.py
→
circle/dashboard/tests/selenium/
basic_test
s.py
View file @
a5bc134b
...
@@ -585,8 +585,8 @@ class VmDetailTest(UtilityMixin, SeleniumTestCase):
...
@@ -585,8 +585,8 @@ class VmDetailTest(UtilityMixin, SeleniumTestCase):
user_name
.
clear
()
user_name
.
clear
()
user_name
.
send_keys
(
client_name
)
user_name
.
send_keys
(
client_name
)
self
.
select_option
(
user_status
)
self
.
select_option
(
user_status
)
acces_form
.
find_element_by_css_selector
(
# For strange reasons clicking on submit button doesn't work anymore
"button[type='submit']"
)
.
click
()
acces_form
.
submit
()
found_users
=
[]
found_users
=
[]
acl_users
=
self
.
driver
.
find_elements_by_css_selector
(
acl_users
=
self
.
driver
.
find_elements_by_css_selector
(
"a[href*='/dashboard/profile/']"
)
"a[href*='/dashboard/profile/']"
)
...
@@ -626,7 +626,7 @@ class VmDetailTest(UtilityMixin, SeleniumTestCase):
...
@@ -626,7 +626,7 @@ class VmDetailTest(UtilityMixin, SeleniumTestCase):
self
.
template_ids
.
extend
(
created_template_id
)
self
.
template_ids
.
extend
(
created_template_id
)
self
.
assertTrue
(
self
.
assertTrue
(
found
,
found
,
"Coud not found the created template in the template list"
)
"Cou
l
d not found the created template in the template list"
)
def
test_05_create_template_from_base
(
self
):
def
test_05_create_template_from_base
(
self
):
self
.
login
(
client_name
,
random_accents
)
self
.
login
(
client_name
,
random_accents
)
...
@@ -637,7 +637,7 @@ class VmDetailTest(UtilityMixin, SeleniumTestCase):
...
@@ -637,7 +637,7 @@ class VmDetailTest(UtilityMixin, SeleniumTestCase):
self
.
template_ids
.
extend
(
created_template_id
)
self
.
template_ids
.
extend
(
created_template_id
)
self
.
assertTrue
(
self
.
assertTrue
(
found
,
found
,
"Coud not found the created template in the template list"
)
"Cou
l
d not found the created template in the template list"
)
def
test_06_delete_templates
(
self
):
def
test_06_delete_templates
(
self
):
success
=
False
success
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment