)]}'
{"openstack_dashboard/test/selenium/integration/test_volume_snapshots.py":[{"author":{"_account_id":8648,"name":"Radomir Dopieralski","email":"openstack@dopieralski.pl","username":"thesheep"},"change_message_id":"d47fde9c4f115d8eb68510f1596f40c00a90d3c0","unresolved":true,"context_lines":[{"line_number":63,"context_line":"    actions_column \u003d row.find_element_by_css_selector(\"td.actions_column\")"},{"line_number":64,"context_line":"    widgets.select_from_dropdown(actions_column, \"Create Snapshot\")"},{"line_number":65,"context_line":"    create_snap_form \u003d driver.find_element_by_css_selector("},{"line_number":66,"context_line":"        \"form[action*\u003d\u0027create_snapshot\u0027]\")"},{"line_number":67,"context_line":"    create_snap_form.find_element_by_id(\"id_name\").send_keys("},{"line_number":68,"context_line":"        volume_snapshot_name)"},{"line_number":69,"context_line":"    create_snap_form.find_element_by_css_selector(\".btn-primary\").click()"}],"source_content_type":"text/x-python","patch_set":1,"id":"00b6bea0_796f77a5","line":66,"updated":"2023-09-12 15:08:27.000000000","message":"What does *\u003d do in CSS? I think it\u0027s the first time I see it, and I can\u0027t find anything like that.","commit_id":"4c979be02979070e50057446ec68c53ddac1d106"},{"author":{"_account_id":35133,"name":"Jan Jasek","email":"jjasek@redhat.com","username":"janjasek"},"change_message_id":"97f9e8fa49486366f544a1b7309467de2df3d5e5","unresolved":false,"context_lines":[{"line_number":63,"context_line":"    actions_column \u003d row.find_element_by_css_selector(\"td.actions_column\")"},{"line_number":64,"context_line":"    widgets.select_from_dropdown(actions_column, \"Create Snapshot\")"},{"line_number":65,"context_line":"    create_snap_form \u003d driver.find_element_by_css_selector("},{"line_number":66,"context_line":"        \"form[action*\u003d\u0027create_snapshot\u0027]\")"},{"line_number":67,"context_line":"    create_snap_form.find_element_by_id(\"id_name\").send_keys("},{"line_number":68,"context_line":"        volume_snapshot_name)"},{"line_number":69,"context_line":"    create_snap_form.find_element_by_css_selector(\".btn-primary\").click()"}],"source_content_type":"text/x-python","patch_set":1,"id":"9805ba27_565ed549","line":66,"in_reply_to":"00b6bea0_796f77a5","updated":"2023-09-12 16:19:49.000000000","message":"*\u003d is for match substring in CSS. Similar features are $\u003d for match a suffix and ^\u003d for match a prefix.","commit_id":"4c979be02979070e50057446ec68c53ddac1d106"}]}
