We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead8581 commit 72e0dc5Copy full SHA for 72e0dc5
1 file changed
tests/e2e-test/tests/test_codegen_gp_tc.py
@@ -12,7 +12,7 @@
12
("01. Validate home page is loaded", lambda home: home.validate_home_page()),
13
("02. Validate Upload of other than SQL files", lambda home: home.upload_unsupported_files()),
14
("03. Validate Upload input files for SQL only", lambda home: home.upload_files()),
15
- ("04. Validate translation process for uploaded files",lambda home: _timed_translation(home)),
+ ("04. Validate translation process for uploaded files", lambda home: _timed_translation(home)),
16
("05. Check batch history", lambda home: home.validate_batch_history()),
17
("06. Download all files and return home", lambda home: home.validate_download_files()),
18
]
0 commit comments