Integration tests @tables.bind_row_action() is too picky about buttons layout
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Dashboard (Horizon) |
Low
|
Timur Sufiev |
Bug Description
First, it cannot bind action to the button with destructive effects (marked with .btn-danger), which is rendered as <button> element instead of <a>. Second, @bind_row_action() decorator doesn't expect to find a single primary action, outside of div.btn-group container - thus failing to click the single button.
Changed in horizon: | |
assignee: | nobody → Timur Sufiev (tsufiev-x) |
status: | New → In Progress |
Changed in horizon: | |
importance: | Undecided → Low |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 4b83421bf58e4a9
Author: Timur Sufiev <email address hidden>
Date: Sun Jan 24 21:12:23 2016 +0300
Allow @tables.
First, it's now able to bind destructive actions rendered with
button.
primary action (button outside of div.btn-group container).
Change-Id: I1c55dc10b344c4
Closes-Bug: #1537526
Changed in horizon: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/horizon 9.0.0.0b3 development milestone.
Fix proposed to branch: master /review. openstack. org/271805
Review: https:/