[2.0.x] Refs #28871 -- Fixed admin_views selenium test failure.
Backport of 7664fe275910bb31fcca2d54844bedde19fc4ed9 from master
This commit is contained in:
parent
6c05e69221
commit
dbdf5deab0
@ -4022,9 +4022,9 @@ class SeleniumTests(AdminSeleniumTestCase):
|
|||||||
self.assertEqual(slug2, 'option-one-here-stacked-inline')
|
self.assertEqual(slug2, 'option-one-here-stacked-inline')
|
||||||
initial_select2_inputs = self.selenium.find_elements_by_class_name('select2-selection')
|
initial_select2_inputs = self.selenium.find_elements_by_class_name('select2-selection')
|
||||||
# Inline formsets have empty/invisible forms.
|
# Inline formsets have empty/invisible forms.
|
||||||
# 4 visible select2 inputs and 6 hidden inputs.
|
# Only the 4 visible select2 inputs are initialized.
|
||||||
num_initial_select2_inputs = len(initial_select2_inputs)
|
num_initial_select2_inputs = len(initial_select2_inputs)
|
||||||
self.assertEqual(num_initial_select2_inputs, 10)
|
self.assertEqual(num_initial_select2_inputs, 4)
|
||||||
|
|
||||||
# Add an inline
|
# Add an inline
|
||||||
self.selenium.find_elements_by_link_text('Add another Related prepopulated')[0].click()
|
self.selenium.find_elements_by_link_text('Add another Related prepopulated')[0].click()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user