File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 11
11
from aiidalab_qe .app .static import styles
12
12
from aiidalab_qe .app .wizard_app import WizardApp
13
13
from aiidalab_qe .app .wrapper import AppWrapperContoller , AppWrapperModel , AppWrapperView
14
- from aiidalab_widgets_base .bug_report import (
15
- install_create_github_issue_exception_handler ,
16
- )
17
14
from aiidalab_widgets_base .utils .loaders import load_css
18
15
19
16
DEFAULT_BUG_REPORT_URL = "https://github.com/aiidalab/aiidalab-qe/issues/new"
@@ -64,14 +61,6 @@ def __init__(
64
61
)
65
62
)
66
63
67
- # Set up bug report handling (if a URL is provided)
68
- if bug_report_url :
69
- install_create_github_issue_exception_handler (
70
- self .log_widget if show_log else self .view .output ,
71
- url = bug_report_url ,
72
- labels = ("bug" , "automated-report" ),
73
- )
74
-
75
64
# setup UI controls
76
65
self .controller = AppWrapperContoller (self .model , self .view )
77
66
self .controller .enable_toggles ()
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def test_qe_app_select_silicon_and_confirm(
18
18
final_screenshot ,
19
19
):
20
20
driver = selenium_driver ("qe.ipynb" , wait_time = 30.0 )
21
- driver .set_window_size (1920 , 1485 )
21
+ driver .set_window_size (1920 , 4000 )
22
22
23
23
driver .find_element (By .CLASS_NAME , "qe-app-step-ready" ) # ready on start
24
24
You can’t perform that action at this time.
0 commit comments