def test_close_page_force_close(window, qtbot):
"""Test the Force Close Tombs on the Close tab."""
window.pages.setCurrentIndex(2)
button = window.close_page.force_close_button
qtbot.mouseClick(button, Qt.LeftButton)
评论列表
文章目录