-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_status.txt
145 lines (111 loc) · 3.56 KB
/
test_status.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
LAST MINUTE NOTE: Most of the tests marked with "element not interactable" can be
fixed with a call to vivo_select_tab_on_profile()
AddNonPersonThings
AddNonPersonThings/_create_organization.rb:304
Selenium::WebDriver::Error::ElementNotVisibleError:
element not interactable
ACTION: ?
AddPublications
AddPublications/_validate_fields.rb:394
Selenium::WebDriver::Error::ElementNotVisibleError:
element not interactable
ACTION: ?
AddRoles
WORKS
AdminSecurity
WORKS
CheckMapOfScience
CheckMapOfScience/_add_publications.rb:35
$browser.find_element(:css, "a.add-pageStart > img.add-individual").click
Not visible
ACTION: Find out what field is sought, and how to make it visible.
CheckVisualizations
CheckVisualizations/_add_publications.rb:47
Selenium::WebDriver::Error::ElementNotVisibleError:
element not interactable
ACTION: ?
CreateAccounts
WORKS
CreateClasses
WORKS
CreatePeople
CreatePeople/_delete_faculty_info.rb:105
Selenium::WebDriver::Error::ElementNotVisibleError:
element not interactable
ACTION: ?
CreateProperties
WORKS
CustomAdvisesForm
CustomAdvisesForm/_delete_advises.rb:25
Selenium::WebDriver::Error::ElementNotVisibleError:
element not interactable
ACTION: ?
CustomAwardsForm
WORKS
CustomEducationForm
CustomEducationForm/_delete_educational_background.rb:32
Selenium::WebDriver::Error::ElementNotVisibleError:
element not interactable
ACTION: ?
CustomPositionsForm
CustomPositionsForm/_search_positions.rb:67
no such element: Unable to locate element: {"method":"link text","selector":"people"}
Search does not find faculty member based on institutions they worked at.
IS THIS BROKEN?
ACTION: ?
InitialSetup
WORKS
LanguageSupport
LanguageSupport/_check_english_overview.rb:4
$browser.find_element(:link_text, "Faculty Member").click
#<tr><td>clickAndWait</td><td>link=Faculty Member</td><td></td></tr>
ACTION: investigate. name=?
LinkedOpenData
NOT GOING TO HAPPEN -- based on the test webapp.
MultiLabels
WORKS
OntologyManagement
WORKS
OpenSocialGadgets
OpenSocialGadgets/_check_gadgets.rb:26
PROBABLY WILL NEVER WORK
ACTION: verify that this will not work
ProcessRDFData
ProcessRDFData/_delete_r_d_f_internet_file.rb:24
expected: "Ingest RDF Data"
got: "Error 500 Server Error"
ACTION: Investigate
>>>>> NEXT NEXT NEXT NEXT NEXT
ProxyEditing
ProxyEditing/_validate_admin_proxy.rb:32
Selenium::WebDriver::Error::TimeOutError:
timed out after 5 seconds
ACTION: timed out after 5 seconds
>>>>> NEXT NEXT NEXT NEXT NEXT
SearchBoost
SearchBoost/_test_individual_boost.rb:30
MAY NEVER WORK
ACTION: Wait for indexing to complete before checking the index?
SearchExclusion
WORKS
SearchTextDiscovery
WORKS
SelfEditing
SelfEditing/_add_self_editor_id2.rb:23
Selenium::WebDriver::Error::ElementNotVisibleError:
element not interactable
ACTION: ?
ShortViews
WORKS
SparqlQueryApi
NO SUITE FILE
SparqlUpdateApi
SparqlUpdateApi/_test_api_disabled.rb:4
ACTION: insert files before test
>>>>> NEXT NEXT NEXT NEXT
---------------------------------------------
ACTIONS
---------------------------------------------
Take a less shotgun-like approach to browser_wait_for_jQuery
Try inserting a wait_for_indexing every time we are about to look at the Index page
Look at the instructions on the checklist. What tests will simply not work as written? How to disable them?