1b1a02bd4cd826ebcd7c13658ad56f66a003356f,tests/integration/tools/test_point_draw_tool.py,Test_PointDrawTool,test_can_be_deselected_and_selected,#Test_PointDrawTool#Any#,86

Before Change



        page = single_plot_page(plot)

        target = "bk-tool-icon-point-draw"

        // Check is active
        button = page.driver.find_element_by_class_name(target)
        assert "active" in button.get_attribute("class")

        // Click and check is not active
        button = page.driver.find_element_by_class_name(target)

After Change


        page = single_plot_page(plot)

        // Check is active
        button = page.get_toolbar_button("point-draw")
        assert "active" in button.get_attribute("class")

        // Click and check is not active
        button = page.get_toolbar_button("point-draw")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: bokeh/bokeh
Commit Name: 1b1a02bd4cd826ebcd7c13658ad56f66a003356f
Time: 2018-08-10
Author: philippjfr@continuum.io
File Name: tests/integration/tools/test_point_draw_tool.py
Class Name: Test_PointDrawTool
Method Name: test_can_be_deselected_and_selected


Project Name: bokeh/bokeh
Commit Name: 1b1a02bd4cd826ebcd7c13658ad56f66a003356f
Time: 2018-08-10
Author: philippjfr@continuum.io
File Name: tests/integration/tools/test_box_edit_tool.py
Class Name: Test_BoxEditTool
Method Name: test_can_be_deselected_and_selected


Project Name: bokeh/bokeh
Commit Name: 1b1a02bd4cd826ebcd7c13658ad56f66a003356f
Time: 2018-08-10
Author: philippjfr@continuum.io
File Name: tests/integration/tools/test_box_edit_tool.py
Class Name: Test_BoxEditTool
Method Name: test_selected_by_default


Project Name: bokeh/bokeh
Commit Name: 1b1a02bd4cd826ebcd7c13658ad56f66a003356f
Time: 2018-08-10
Author: philippjfr@continuum.io
File Name: tests/integration/tools/test_point_draw_tool.py
Class Name: Test_PointDrawTool
Method Name: test_selected_by_default