2020-09-09 05:00:09 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Calibre-Web Tests< / title >
< meta name = "generator" content = "" / >
< meta name = "version" content = "" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- Bootstrap -->
< link href = "./../cps/static/css/libs/bootstrap.min.css" rel = "stylesheet" >
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
< script src = "./../cps/static/js/libs/jquery.min.js" > < / script >
<!-- Include all compiled plugins (below), or include individual files as needed -->
< script src = "./../cps/static/js/libs/bootstrap.min.js" > < / script >
<!-- Project CSS -->
< link href = "css/runner.css" rel = "stylesheet" >
<!-- Project JS -->
< script src = "js/runner.js" > < / script >
< / head >
< body >
< div class = "row report-title" >
< h1 id = 'report_title' class = "text-center" > Calibre-Web Tests< / h1 >
< / div >
< div class = "row" >
< div class = "col" >
< div class = "col-xs-12 col-sm-6" >
< div class = "piechart" >
< div >
< canvas id = "circle" width = "350" height = "168" > < / canvas >
< / div >
< / div >
< / div >
< div class = "col-xs-12 col-sm-6" >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" style = "margin-top:50px;" >
2021-12-05 12:04:13 +00:00
< p class = 'text-justify attribute' > < strong > Start Time: < / strong > 2021-12-04 22:17:44< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2021-12-05 12:04:13 +00:00
< p class = 'text-justify attribute' > < strong > Stop Time: < / strong > 2021-12-05 01:46:42< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2021-12-05 12:04:13 +00:00
< p class = 'text-justify attribute' > < strong > Duration: < / strong > 2h 48 min< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = 'report-description' >
< div id = 'report_description' class = 'row text-center' > < / div >
< / div >
< div class = 'text-center buttons' >
< div id = 'show_detail_line' class = "btn-group pagination-centered" role = "group" aria-label = "TESTE" >
< button type = "button" class = "btn btn-success" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(0)">Summary
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(5)">Summary Problems
< / button >
< button type = "button" class = "btn btn-warning" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show skipped test cases" onclick="showCase(3)">Skipped
< / button >
< button type = "button" class = "btn btn-danger" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(1)">Failed
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(4)">Error
< / button >
< button type = "button" class = "btn btn-primary" data-toggle = "tooltip" aria-pressed = "false" data-placement = "top"
title="Show all test cases" onclick="showCase(2)">All
< / button >
< / div >
< / div >
< table id = 'result_table' class = 'table table-bordered table-responsive table-curved' >
< colgroup >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< / colgroup >
< tr id = 'header_row' class = "text-center bg-grey" >
< td > Test Group/Test case< / td >
< td > Count< / td >
< td > Pass< / td >
< td > Fail< / td >
< td > Error< / td >
< td > Skip< / td >
< td > View< / td >
< / tr >
2021-11-24 16:35:09 +00:00
< tr id = "su" class = "passClass" >
2020-09-09 05:00:09 +00:00
< td > TestAnonymous< / td >
< td class = "text-center" > 13< / td >
2021-11-24 16:35:09 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c1', 13)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt1.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_check_locale_guest< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_format< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_random_books_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-11-23 18:32:11 +00:00
< tr id = 'pt1.12' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
< div class = 'testcase' > TestAnonymous - test_guest_restricted_settings_visibility< / div >
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-11-24 16:35:09 +00:00
< tr id = 'pt1.13' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestAnonymous - test_guest_visibility_sidebar< / div >
< / td >
2021-11-24 16:35:09 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestCli< / td >
< td class = "text-center" > 8< / td >
2021-07-30 09:43:26 +00:00
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2020-12-09 18:02:10 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" >
2021-01-02 06:51:48 +00:00
< a onclick = "showClassDetail('c2', 8)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.1' class = 'hiddenRow bg-success' >
2020-12-09 18:02:10 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCli - test_already_started< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-09 18:02:10 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCli - test_bind_to_single_interface< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt2.3' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_change_password< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt2.4' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_cli_SSL_files< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.5' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_cli_different_folder< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt2.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_cli_different_settings_database< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCli - test_environ_port_setting< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt2.8' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCli - test_settingsdb_not_writeable< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-07-30 09:43:26 +00:00
< tr id = "su" class = "passClass" >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< td class = "text-center" > 2< / td >
2021-07-30 09:43:26 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
2021-04-26 17:03:01 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c3', 2)" > Detail< / a >
< / td >
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt3.1' class = 'hiddenRow bg-success' >
2021-04-26 17:03:01 +00:00
< td >
< div class = 'testcase' > TestCliGdrivedb - test_cli_gdrive_location< / div >
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt3.2' class = 'hiddenRow bg-success' >
2021-04-26 17:03:01 +00:00
< td >
< div class = 'testcase' > TestCliGdrivedb - test_gdrive_db_nonwrite< / div >
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = "su" class = "passClass" >
< td > TestCoverEditBooks< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-11-23 18:32:11 +00:00
< a onclick = "showClassDetail('c4', 2)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-04-26 17:03:01 +00:00
< tr id = 'pt4.1' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCoverEditBooks - test_invalid_jpg_hdd< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt4.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCoverEditBooks - test_upload_jpg< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-10-31 10:31:53 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestDeleteDatabase< / td >
< td class = "text-center" > 1< / td >
2021-10-30 05:31:12 +00:00
< td class = "text-center" > 1< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2021-10-31 10:31:53 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" >
2021-04-26 17:03:01 +00:00
< a onclick = "showClassDetail('c5', 1)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-10-31 10:31:53 +00:00
< tr id = 'pt5.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestDeleteDatabase - test_delete_books_in_database< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-31 10:31:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "failClass" >
2021-01-02 06:51:48 +00:00
< td > TestEbookConvertCalibre< / td >
2021-10-06 16:41:01 +00:00
< td class = "text-center" > 14< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 12< / td >
< td class = "text-center" > 2< / td >
2021-08-29 09:31:10 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-10-06 16:41:01 +00:00
< a onclick = "showClassDetail('c6', 14)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-04-26 17:03:01 +00:00
< tr id = 'pt6.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_deactivate< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_email< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.3' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_failed_and_email< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.4' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_only< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.5' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_options< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.6' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_parameter< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt6.7' class = 'hiddenRow bg-success' >
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_wrong_excecutable< / div >
2021-08-28 06:24:38 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft6.8" class = "none bg-danger" >
2020-12-12 14:16:22 +00:00
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_xss< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft6.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft6.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft6.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 506, in test_convert_xss
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.9' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_failed< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.10' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_only< / div >
2020-12-12 14:16:22 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.11' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_kindle_send_not_configured< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt6.12' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-10-06 16:41:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_ssl_smtp_setup_error< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt6.13' class = 'hiddenRow bg-success' >
2021-10-06 16:41:01 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_starttls_smtp_setup_error< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft6.14" class = "none bg-danger" >
2021-08-29 09:31:10 +00:00
< td >
< div class = 'testcase' > TestEbookConvertCalibre - test_user_convert_xss< / div >
2021-08-28 06:24:38 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft6.14')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft6.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft6.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 538, in test_user_convert_xss
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-10-12 16:40:04 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< td class = "text-center" > 6< / td >
2021-10-12 16:40:04 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
2021-08-29 09:31:10 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-04-26 17:03:01 +00:00
< a onclick = "showClassDetail('c7', 6)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-12-12 14:16:22 +00:00
2021-09-25 06:23:14 +00:00
< tr id = 'pt7.1' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_email< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-09-25 06:23:14 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt7.2' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_failed_and_email< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-10-12 16:40:04 +00:00
< tr id = 'pt7.3' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_only< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-10-12 16:40:04 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt7.4' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_parameter< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt7.5' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_failed< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt7.6' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_only< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-08-29 09:31:10 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestEbookConvertKepubify< / td >
< td class = "text-center" > 3< / td >
2021-08-29 09:31:10 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-04-26 17:03:01 +00:00
< a onclick = "showClassDetail('c8', 3)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-12-12 14:16:22 +00:00
2021-04-26 17:03:01 +00:00
< tr id = 'pt8.1' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_deactivate< / div >
2020-12-12 14:16:22 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt8.2' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_only< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt8.3' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_wrong_excecutable< / div >
2020-12-12 14:16:22 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-12-12 14:16:22 +00:00
< td class = "text-center" > 3< / td >
2021-08-29 09:31:10 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
2021-01-24 06:31:40 +00:00
< td class = "text-center" > 0< / td >
2020-12-12 14:16:22 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-04-26 17:03:01 +00:00
< a onclick = "showClassDetail('c9', 3)" > Detail< / a >
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt9.1' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_deactivate< / div >
2020-12-12 14:16:22 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-08-29 09:31:10 +00:00
< tr id = 'pt9.2' class = 'hiddenRow bg-success' >
2021-01-10 14:02:04 +00:00
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_only< / div >
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-10 14:02:04 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt9.3' class = 'hiddenRow bg-success' >
2021-01-10 14:02:04 +00:00
< td >
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable< / div >
< / td >
2021-01-24 06:31:40 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "errorClass" >
2021-01-02 06:51:48 +00:00
< td > TestEditAdditionalBooks< / td >
2021-10-12 16:40:04 +00:00
< td class = "text-center" > 16< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 6< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 6< / td >
2021-10-30 05:31:12 +00:00
< td class = "text-center" > 2< / td >
2020-12-12 14:16:22 +00:00
< td class = "text-center" >
2021-10-12 16:40:04 +00:00
< a onclick = "showClassDetail('c10', 16)" > Detail< / a >
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft10.1" class = "none bg-danger" >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_change_upload_formats< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft10.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft10.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft10.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 136, in test_change_upload_formats
self.assertTrue(self.check_element_on_page((By.ID, ' edit_cancel' )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt10.2' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_book< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft10.3" class = "none bg-danger" >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_role< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft10.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft10.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft10.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 642, in test_delete_role
self.assertTrue(self.delete_book_format(12, ' FB2' ))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt10.4' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt10.5' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_capital< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt10.6' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_standard< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = 'pt10.7' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_special_book_identifier< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et10.8" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_title_sort< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 654, in test_title_sort
self.verify_order(" search" , order=order)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1324, in verify_order
self.check_element_on_page((By.ID, key)).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et10.9" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_edit_role< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 510, in test_upload_edit_role
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et10.10" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbr< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 55, in test_upload_metadata_cbr
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et10.11" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbt< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 92, in test_upload_metadata_cbt
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
< tr id = "st10.12" class = "none bg-warning" >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_calibre_database< / div >
2020-12-12 14:16:22 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2021-04-26 17:03:01 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st10.12')" > SKIP< / a >
2020-12-12 14:16:22 +00:00
< / div >
<!-- css div popup start -->
2021-04-26 17:03:01 +00:00
< div id = "div_st10.12" class = "popup_window test_output" style = "display:none;" >
2020-12-12 14:16:22 +00:00
< div class = 'close_button pull-right' >
2021-10-06 16:41:01 +00:00
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st10.12').style.display='none'">< span
2020-12-12 14:16:22 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2021-01-02 06:51:48 +00:00
< pre class = "text-left" > Not implemented< / pre >
2020-12-12 14:16:22 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et10.13" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_writeonly_path< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 240, in test_writeonly_path
self.fill_basic_config({' config_rarfile_location' : unrar_path()})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2021-08-28 06:24:38 +00:00
2021-10-30 05:31:12 +00:00
< tr id = 'st10.14' class = 'none bg-warning' >
2021-10-12 16:40:04 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_author_edit< / div >
< / td >
2021-10-30 05:31:12 +00:00
< td colspan = '6' align = 'center' > SKIP< / td >
2021-10-12 16:40:04 +00:00
< / tr >
< tr id = 'pt10.15' class = 'hiddenRow bg-success' >
2021-08-28 06:24:38 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_comment_edit< / div >
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-08-28 06:24:38 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et10.16" class = "none bg-info" >
2021-08-28 06:24:38 +00:00
< td >
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_custom_comment_edit< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 718, in test_xss_custom_comment_edit
self.assertEqual(0, len(values[' cust_columns' ]))
KeyError: ' cust_columns' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-28 06:24:38 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "errorClass" >
< td > _ErrorHolder< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
2021-12-04 09:57:53 +00:00
< td class = "text-center" > 0< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 1< / td >
2021-03-23 16:39:51 +00:00
< td class = "text-center" > 0< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" >
< a onclick = "showClassDetail('c11', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = "et11.1" class = "none bg-info" >
< td >
< div class = 'testcase' > tearDownClass (test_edit_additional_books)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 41, in tearDownClass
cls.stop_calibre_web()
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 444, in stop_calibre_web
cls.driver.find_element_by_id(' admin_stop' ).click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 360, in find_element_by_id
return self.find_element(by=By.ID, value=id_)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 976, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 321, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" admin_stop" ]< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestEditBooks< / td >
< td class = "text-center" > 35< / td >
< td class = "text-center" > 14< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 19< / td >
2021-05-17 15:54:43 +00:00
< td class = "text-center" > 1< / td >
2021-03-23 16:39:51 +00:00
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c12', 35)" > Detail< / a >
2021-03-23 16:39:51 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.1' class = 'hiddenRow bg-success' >
2021-03-23 16:39:51 +00:00
< td >
2021-03-24 17:45:59 +00:00
< div class = 'testcase' > TestEditBooks - test_download_book< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-23 16:39:51 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.2' class = 'hiddenRow bg-success' >
2021-03-23 16:39:51 +00:00
< td >
2021-03-24 17:45:59 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_author< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-03-24 17:45:59 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.3' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_category< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-23 16:39:51 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft12.4" class = "none bg-danger" >
2021-03-23 16:39:51 +00:00
< td >
2021-03-24 17:45:59 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_comments< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft12.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft12.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft12.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 443, in test_edit_comments
self.assertEqual(len(self.adv_search({u' comment' : u' mirä 人' })), 1)
AssertionError: 0 != 1< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.5" class = "none bg-info" >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_bool< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 452, in test_edit_custom_bool
self.assertEqual(len(self.adv_search({u' custom_column_3' : u' Yes' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-03-23 16:39:51 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.6" class = "none bg-info" >
2021-03-23 16:39:51 +00:00
< td >
2021-03-24 17:45:59 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_categories< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 543, in test_edit_custom_categories
self.assertEqual(len(self.adv_search({u' custom_column_6' : u' 人 Ü' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et12.7" class = "none bg-info" >
< td >
2021-05-17 15:54:43 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_comment< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 526, in test_edit_custom_comment
self.assertEqual(len(self.adv_search({u' custom_column_5' : u' 人1 Ä' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.8" class = "none bg-info" >
2021-05-17 15:54:43 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_date< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 592, in test_edit_custom_date
self.assertEqual(len(self.adv_search({u' custom_column_2_start' : u' 16/7/2015' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.9" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_float< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 560, in test_edit_custom_float
self.assertEqual(len(self.adv_search({u' custom_column_8' : u' -2.5' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.10" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_int< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 576, in test_edit_custom_int
self.assertEqual(len(self.adv_search({u' custom_column_4' : u' 0' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.11" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_rating< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 467, in test_edit_custom_rating
self.assertEqual(len(self.adv_search({u' custom_column_1' : u' 3' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.12" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_single_select< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 493, in test_edit_custom_single_select
self.assertEqual(len(self.adv_search({u' custom_column_9' : u' 人物' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.13" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_custom_text< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 509, in test_edit_custom_text
self.assertEqual(len(self.adv_search({u' custom_column_10' : u' 人 Ä' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.14' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_language< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-03-24 17:45:59 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.15' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_publisher< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.16' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_publishing_date< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-05-17 15:54:43 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.17' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.18' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_edit_series< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.19" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_title< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 73, in test_edit_title
self.assertEqual(u' O0ü 执' , values[' title' ])
KeyError: ' title' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "st12.20" class = "none bg-warning" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_rename_uppercase_lowercase< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-12 14:16:22 +00:00
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st12.20')" > SKIP< / a >
2020-12-12 14:16:22 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_st12.20" class = "popup_window test_output" style = "display:none;" >
2020-12-12 14:16:22 +00:00
< div class = 'close_button pull-right' >
2021-10-06 16:41:01 +00:00
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_st12.20').style.display='none'">< span
2020-12-12 14:16:22 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2021-01-02 06:51:48 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2020-12-12 14:16:22 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.21' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_author< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-03-24 17:45:59 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.22' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_functions< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.23' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_language< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.24' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_publisher< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-03-24 17:45:59 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.25' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_typeahead_series< / div >
< / td >
2021-03-24 17:45:59 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt12.26' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_tag< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-03-24 17:45:59 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.27" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_cbr< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.27')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.27" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.27').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 1022, in test_upload_book_cbr
self.check_element_on_page((By.ID, ' edit_cancel' )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.28" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbt< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.28')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 987, in test_upload_book_cbt
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.29" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_cbz< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.29')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 961, in test_upload_book_cbz
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-03-24 17:45:59 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "et12.30" class = "none bg-info" >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_epub< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.30')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.30" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.30').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 922, in test_upload_book_epub
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.31" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2021-03-24 17:45:59 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_fb2< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.31')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.31" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.31').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 844, in test_upload_book_fb2
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.32" class = "none bg-info" >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_lit< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.32')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.32" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.32').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 870, in test_upload_book_lit
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et12.33" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2021-03-24 17:45:59 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_mobi< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.33')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.33" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.33').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 896, in test_upload_book_mobi
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et12.34" class = "none bg-info" >
< td >
< div class = 'testcase' > TestEditBooks - test_upload_book_pdf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.34')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.34" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.34').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 818, in test_upload_book_pdf
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-09 18:02:10 +00:00
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-11-24 16:35:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "et12.35" class = "none bg-info" >
2021-11-24 16:35:09 +00:00
< td >
< div class = 'testcase' > TestEditBooks - test_upload_cover_hdd< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.35')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.35" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.35').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 769, in test_upload_cover_hdd
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-11-24 16:35:09 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "errorClass" >
2021-01-02 06:51:48 +00:00
< td > TestEditBooksList< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 18< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 14< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
2020-10-06 19:40:47 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c13', 18)" > Detail< / a >
2020-10-06 19:40:47 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.1' class = 'hiddenRow bg-success' >
2020-10-06 19:40:47 +00:00
< td >
2021-04-04 17:40:34 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_author< / div >
2020-10-06 19:40:47 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.2' class = 'hiddenRow bg-success' >
2020-10-06 19:40:47 +00:00
< td >
2021-04-04 17:40:34 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_categories< / div >
2020-10-06 19:40:47 +00:00
< / td >
2021-04-21 17:23:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:40:47 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.3' class = 'hiddenRow bg-success' >
2021-10-31 10:31:53 +00:00
< td >
2021-11-23 18:32:11 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_comment< / div >
2021-10-31 10:31:53 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.4' class = 'hiddenRow bg-success' >
2021-10-31 10:31:53 +00:00
< td >
2021-11-23 18:32:11 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_category< / div >
2021-10-31 10:31:53 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.5' class = 'hiddenRow bg-success' >
2021-10-31 10:31:53 +00:00
< td >
2021-11-23 18:32:11 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_comment< / div >
2021-10-31 10:31:53 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.6' class = 'hiddenRow bg-success' >
2021-10-31 10:31:53 +00:00
< td >
2021-11-23 18:32:11 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_enum< / div >
2021-10-31 10:31:53 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.7' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2021-11-23 18:32:11 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_float< / div >
2021-04-04 17:40:34 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.8' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_int< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.9' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_ratings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.10' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_text< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.11' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_languages< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.12' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.13' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt13.14' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_seriesindex< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et13.15" class = "none bg-info" >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_title< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et13.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et13.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et13.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py" , line 73, in test_bookslist_edit_title
bl = self.get_books_list(-1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1827, in get_books_list
element_text = " +" if " glyphicon-plus" in click_element.find_elements_by_xpath(" ./span" )[0].get_attribute(' class' ) else " "
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-11-23 18:32:11 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft13.16" class = "none bg-danger" >
2021-04-04 17:40:34 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_list_visibility< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft13.16')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft13.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft13.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py" , line 287, in test_list_visibility
self.assertEqual(17, len(bl[' column_elements' ]))
AssertionError: 17 != 20< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft13.17" class = "none bg-danger" >
2021-04-04 17:40:34 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_restricted_rights< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft13.17')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft13.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft13.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py" , line 326, in test_restricted_rights
self.assertFalse(' Delete' in bl[' table' ][0])
AssertionError: True is not false< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft13.18" class = "none bg-danger" >
2021-04-04 17:40:34 +00:00
< td >
< div class = 'testcase' > TestEditBooksList - test_search_books_list< / div >
2020-10-06 19:40:47 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft13.18')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft13.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft13.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py" , line 63, in test_search_books_list
self.assertEqual(9, len(bl[' table' ]))
AssertionError: 9 != 10< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-10-06 19:40:47 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "errorClass" >
2021-01-02 06:51:48 +00:00
< td > TestEditBooksOnGdrive< / td >
< td class = "text-center" > 20< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 9< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 9< / td >
2021-07-30 07:25:08 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c14', 20)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_download_book< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-05-28 11:56:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.2' class = 'hiddenRow bg-success' >
2021-05-28 11:56:07 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_author< / div >
< / td >
2021-09-25 06:23:14 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.3' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-05-28 11:56:07 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_category< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.4' class = 'hiddenRow bg-success' >
2021-05-26 11:35:35 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_comments< / div >
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-26 11:35:35 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft14.5" class = "none bg-danger" >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_bool< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft14.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft14.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft14.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 652, in test_edit_custom_bool
self.assertEqual(len(self.adv_search({u' custom_column_3' : u' Yes' })), 1)
AssertionError: 0 != 1< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.6" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_categories< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 714, in test_edit_custom_categories
self.assertEqual(len(self.adv_search({u' custom_column_6' : u' 人 Ü' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.7" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_float< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 732, in test_edit_custom_float
self.assertEqual(len(self.adv_search({u' custom_column_8' : u' -2.5' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.8" class = "none bg-info" >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_int< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 748, in test_edit_custom_int
self.assertEqual(len(self.adv_search({u' custom_column_4' : u' 0' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.9" class = "none bg-info" >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_rating< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 661, in test_edit_custom_rating
self.assertEqual(len(self.adv_search({u' custom_column_1' : u' 3' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.10" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_single_select< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 681, in test_edit_custom_single_select
self.assertEqual(len(self.adv_search({u' custom_column_9' : u' 人物' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et14.11" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_text< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 697, in test_edit_custom_text
self.assertEqual(len(self.adv_search({u' custom_column_10' : u' 人 Ä' })), 0)
TypeError: object of type ' bool' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.12' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_language< / div >
< / td >
2021-05-28 11:56:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.13' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_publisher< / div >
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.14' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_rating< / div >
< / td >
2021-05-28 11:56:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.15' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_series< / div >
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 13:54:10 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt14.16' class = 'hiddenRow bg-success' >
2021-01-02 13:54:10 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_title< / div >
< / td >
2021-10-12 16:40:04 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.17" class = "none bg-info" >
2021-07-30 07:25:08 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_book_epub< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 850, in test_upload_book_epub
self.check_element_on_page((By.ID, ' edit_cancel' )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.18" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2021-11-24 16:35:09 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_book_lit< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.18')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 815, in test_upload_book_lit
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et14.19" class = "none bg-info" >
2021-11-24 16:35:09 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_cover_hdd< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et14.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et14.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et14.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 763, in test_upload_cover_hdd
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-11-24 16:35:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft14.20" class = "none bg-danger" >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestEditBooksOnGdrive - test_watch_metadata< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft14.20')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft14.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft14.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 901, in test_watch_metadata
self.assertTrue(button)
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-11-21 12:23:27 +00:00
< / tr >
2020-09-12 10:11:33 +00:00
2020-12-12 14:16:22 +00:00
2021-08-29 09:31:10 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestSTARTTLS< / td >
< td class = "text-center" > 3< / td >
2021-08-29 09:31:10 +00:00
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
2020-12-12 14:16:22 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c15', 3)" > Detail< / a >
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt15.1' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt15.2' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_SSL_setup_error< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt15.3' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_resend_password< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-04-04 17:40:34 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "errorClass" >
2021-01-02 06:51:48 +00:00
< td > TestSSL< / td >
2021-10-06 16:41:01 +00:00
< td class = "text-center" > 7< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 5< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 2< / td >
2021-03-29 16:03:09 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c16', 7)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt16.1' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSSL - test_SSL_None_setup_error< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt16.2' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSSL - test_SSL_STARTTLS_setup_error< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt16.3' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSSL - test_SSL_logging_email< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-04-04 17:40:34 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt16.4' class = 'hiddenRow bg-success' >
2021-04-26 17:03:01 +00:00
< td >
< div class = 'testcase' > TestSSL - test_SSL_non_admin_user< / div >
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt16.5' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSSL - test_SSL_only< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et16.6" class = "none bg-info" >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestSSL - test_email_limit< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et16.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et16.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et16.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_email_ssl.py" , line 147, in test_email_limit
self.check_element_on_page((By.ID, ' edit_cancel' )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-10-06 16:41:01 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "et16.7" class = "none bg-info" >
2021-10-06 16:41:01 +00:00
< td >
< div class = 'testcase' > TestSSL - test_filepicker_two_file< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et16.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et16.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et16.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_email_ssl.py" , line 217, in test_filepicker_two_file
accordions[0].click()
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-10-06 16:41:01 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-07-30 07:25:08 +00:00
< tr id = "su" class = "passClass" >
< td > TestBookDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c17', 1)" > Detail< / a >
2021-07-30 07:25:08 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt17.1' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
< div class = 'testcase' > TestBookDatabase - test_invalid_book_path< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-01-31 08:10:42 +00:00
< tr id = "su" class = "passClass" >
2021-05-17 15:54:43 +00:00
< td > TestErrorReadColumn< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c18', 1)" > Detail< / a >
2021-05-17 15:54:43 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt18.1' class = 'hiddenRow bg-success' >
2021-05-17 15:54:43 +00:00
< td >
< div class = 'testcase' > TestErrorReadColumn - test_invalid_custom_column< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-11-23 18:32:11 +00:00
< tr id = "su" class = "passClass" >
2021-01-24 06:31:40 +00:00
< td > TestFilePicker< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
2021-10-06 16:41:01 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c19', 1)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt19.1' class = 'hiddenRow bg-success' >
2021-01-24 06:31:40 +00:00
< td >
< div class = 'testcase' > TestFilePicker - test_filepicker_limited_file< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-05-28 11:56:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-01-24 06:31:40 +00:00
2021-05-28 11:56:07 +00:00
< tr id = "su" class = "passClass" >
2021-01-24 06:31:40 +00:00
< td > TestSetupGdrive< / td >
< td class = "text-center" > 1< / td >
2021-05-28 11:56:07 +00:00
< td class = "text-center" > 1< / td >
2021-01-24 06:31:40 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c20', 1)" > Detail< / a >
2021-01-24 06:31:40 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt20.1' class = 'hiddenRow bg-success' >
2021-01-24 06:31:40 +00:00
< td >
< div class = 'testcase' > TestSetupGdrive - test_config_gdrive< / div >
< / td >
2021-05-28 11:56:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-24 06:31:40 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = "su" class = "passClass" >
< td > TestGoodreads< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c21', 3)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt21.1' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestGoodreads - test_author_page< / div >
2020-09-12 10:11:33 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt21.2' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestGoodreads - test_author_page_invalid< / div >
2020-09-09 05:00:09 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt21.3' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestGoodreads - test_goodreads_about< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "failClass" >
2021-01-02 06:51:48 +00:00
< td > TestKoboSync< / td >
2021-12-04 09:57:53 +00:00
< td class = "text-center" > 11< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 0< / td >
2021-04-13 17:08:02 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c22', 11)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft22.1" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestKoboSync - test_book_download< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft22.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft22.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 584, in test_book_download
data = self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt22.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_about< / div >
2020-09-09 05:00:09 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft22.3" class = "none bg-danger" >
2021-05-17 15:54:43 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_kobo_sync_selected_shelfs< / div >
< / td >
2021-12-04 09:57:53 +00:00
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.3')" > FAIL< / a >
2021-12-04 09:57:53 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_ft22.3" class = "popup_window test_output" style = "display:block;" >
2021-12-04 09:57:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_ft22.3').style.display='none'">< span
2021-12-04 09:57:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2021-12-05 12:04:13 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 603, in test_kobo_sync_selected_shelfs
data = self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
2021-12-04 09:57:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft22.4" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_upload_book< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft22.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft22.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 653, in test_kobo_upload_book
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-05-28 11:56:07 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "ft22.5" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSync - test_shelves_add_remove_books< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.5')" > FAIL< / a >
2021-12-04 09:57:53 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_ft22.5" class = "popup_window test_output" style = "display:block;" >
2021-12-04 09:57:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_ft22.5').style.display='none'">< span
2021-12-04 09:57:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2021-12-05 12:04:13 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 448, in test_shelves_add_remove_books
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
2021-12-04 09:57:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft22.6" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_changed_book< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-04 09:57:53 +00:00
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.6')" > FAIL< / a >
2021-12-04 09:57:53 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_ft22.6" class = "popup_window test_output" style = "display:block;" >
2021-12-04 09:57:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_ft22.6').style.display='none'">< span
2021-12-04 09:57:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2021-12-05 12:04:13 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 278, in test_sync_changed_book
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
2021-12-04 09:57:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt22.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_invalid< / div >
2021-01-02 06:51:48 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft22.8" class = "none bg-danger" >
2021-01-02 06:51:48 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_reading_state< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft22.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft22.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 515, in test_sync_reading_state
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "ft22.9" class = "none bg-danger" >
2021-12-04 09:57:53 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.9')" > FAIL< / a >
2021-12-04 09:57:53 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_ft22.9" class = "popup_window test_output" style = "display:block;" >
2021-12-04 09:57:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_ft22.9').style.display='none'">< span
2021-12-04 09:57:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2021-12-05 12:04:13 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 297, in test_sync_shelf
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
2021-12-04 09:57:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft22.10" class = "none bg-danger" >
2021-08-29 09:31:10 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_unchanged< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.10')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft22.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft22.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 243, in test_sync_unchanged
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft22.11" class = "none bg-danger" >
2021-08-29 09:31:10 +00:00
< td >
< div class = 'testcase' > TestKoboSync - test_sync_upload< / div >
< / td >
2021-12-04 09:57:53 +00:00
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft22.11')" > FAIL< / a >
2021-12-04 09:57:53 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_ft22.11" class = "popup_window test_output" style = "display:block;" >
2021-12-04 09:57:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_ft22.11').style.display='none'">< span
2021-12-04 09:57:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2021-12-05 12:04:13 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 257, in test_sync_upload
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 111, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
2021-12-04 09:57:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "failClass" >
2021-10-30 05:31:12 +00:00
< td > TestKoboSyncBig< / td >
2021-12-04 09:57:53 +00:00
< td class = "text-center" > 5< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 4< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 0< / td >
2021-10-30 05:31:12 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c23', 5)" > Detail< / a >
2021-10-30 05:31:12 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt23.1' class = 'hiddenRow bg-success' >
2021-10-30 05:31:12 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_multi_user< / div >
2021-10-30 05:31:12 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-10-30 05:31:12 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft23.2" class = "none bg-danger" >
2021-10-30 05:31:12 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_selected_shelfs< / div >
2021-10-30 05:31:12 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft23.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft23.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft23.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 260, in test_kobo_sync_selected_shelfs
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 103, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-10-30 05:31:12 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft23.3" class = "none bg-danger" >
2021-10-30 05:31:12 +00:00
< td >
2021-12-04 09:57:53 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_sync_changed_book< / div >
2021-10-30 05:31:12 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft23.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft23.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft23.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 164, in test_sync_changed_book
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 103, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-10-30 05:31:12 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft23.4" class = "none bg-danger" >
2021-12-04 09:57:53 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_sync_reading_state< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft23.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft23.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft23.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 237, in test_sync_reading_state
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 103, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-12-04 09:57:53 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft23.5" class = "none bg-danger" >
2021-10-30 05:31:12 +00:00
< td >
< div class = 'testcase' > TestKoboSyncBig - test_sync_shelf< / div >
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft23.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft23.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft23.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 193, in test_sync_shelf
self.inital_sync()
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 103, in inital_sync
self.assertEqual(r.json(), {})
AssertionError: {' Benefits' : {}} != {}
- {' Benefits' : {}}
+ {}< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-10-30 05:31:12 +00:00
< / tr >
2021-11-23 18:32:11 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestLdapLogin< / td >
< td class = "text-center" > 13< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2021-10-07 17:53:32 +00:00
< td class = "text-center" > 0< / td >
2020-09-12 10:11:33 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c24', 13)" > Detail< / a >
2020-09-12 10:11:33 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.1' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL< / div >
2020-09-12 10:11:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL_CERTIFICATE< / div >
2020-09-09 05:00:09 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.3' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_STARTTLS< / div >
2020-09-09 05:00:09 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.4' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_fallback_Login< / div >
2020-09-09 05:00:09 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.5' class = 'hiddenRow bg-success' >
2020-12-02 17:23:28 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_import< / div >
2020-12-02 17:23:28 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-02 17:23:28 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_import_memberfield< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_login< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-03-24 17:45:59 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.8' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_invalid_LDAP< / div >
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.9' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_ldap_about< / div >
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.10' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
< div class = 'testcase' > TestLdapLogin - test_ldap_authentication< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.11' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_kobo_sync< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.12' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_anonymous< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt24.13' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_download_book< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-11-23 18:32:11 +00:00
< tr id = "su" class = "passClass" >
< td > TestCalibreWebListOrders< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c25', 8)" > Detail< / a >
2021-11-23 18:32:11 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.1' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_author_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.2' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_download_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.3' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_format_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.4' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_lang_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.5' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_publisher_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.6' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_ratings_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.7' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_series_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt25.8' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCalibreWebListOrders - test_tags_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = "su" class = "skipClass" >
2021-01-02 06:51:48 +00:00
< td > TestLogging< / td >
2021-07-30 09:43:26 +00:00
< td class = "text-center" > 9< / td >
2021-07-30 07:25:08 +00:00
< td class = "text-center" > 8< / td >
2021-07-30 09:43:26 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 1< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c26', 9)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.1' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestLogging - test_access_log_recover< / div >
2020-10-06 19:46:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:46:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.2' class = 'hiddenRow bg-success' >
2020-10-06 19:46:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogging - test_debug_log< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.3' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
< div class = 'testcase' > TestLogging - test_debuginfo_download< / div >
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.4' class = 'hiddenRow bg-success' >
2020-10-06 19:46:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogging - test_failed_login< / div >
2020-10-06 19:46:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:46:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "st26.5" class = "none bg-warning" >
2020-10-06 19:46:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogging - test_failed_register< / div >
2020-10-06 19:46:09 +00:00
< / td >
2020-12-12 14:16:22 +00:00
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st26.5')" > SKIP< / a >
2020-12-12 14:16:22 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_st26.5" class = "popup_window test_output" style = "display:none;" >
2020-12-12 14:16:22 +00:00
< div class = 'close_button pull-right' >
2021-10-06 16:41:01 +00:00
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_st26.5').style.display='none'">< span
2020-12-12 14:16:22 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2021-01-02 06:51:48 +00:00
< pre class = "text-left" > Not Implemented< / pre >
2020-12-12 14:16:22 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-10-06 19:46:09 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.6' class = 'hiddenRow bg-success' >
2021-07-30 09:43:26 +00:00
< td >
< div class = 'testcase' > TestLogging - test_logbook_download< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.7' class = 'hiddenRow bg-success' >
2020-10-06 19:46:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogging - test_logfile_change< / div >
2020-10-06 19:46:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:46:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.8' class = 'hiddenRow bg-success' >
2020-12-02 17:23:28 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogging - test_logfile_recover< / div >
2020-12-02 17:23:28 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-02 17:23:28 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt26.9' class = 'hiddenRow bg-success' >
2020-10-06 19:46:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogging - test_logviewer< / div >
2020-10-06 19:46:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:46:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-10-12 16:40:04 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestLogin< / td >
2021-07-30 07:25:08 +00:00
< td class = "text-center" > 15< / td >
2021-10-12 16:40:04 +00:00
< td class = "text-center" > 15< / td >
< td class = "text-center" > 0< / td >
2021-07-30 09:43:26 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c27', 15)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_digest_login< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_login_capital_letters_user_unicode_password< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.3' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_cookie_steal< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.4' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_login_delete_admin< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.5' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_login_empty_password< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_login_locale_select< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_login_protected< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.8' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_remember_me< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.9' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_login_rename_user< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.10' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
< div class = 'testcase' > TestLogin - test_login_unicode_user_space_end_password< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.11' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_login_user_with_space_password_end_space< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.12' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_magic_remote_login< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.13' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_next< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.14' class = 'hiddenRow bg-success' >
2021-01-24 06:31:40 +00:00
< td >
< div class = 'testcase' > TestLogin - test_proxy_login< / div >
< / td >
2021-10-12 16:40:04 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-24 06:31:40 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt27.15' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestLogin - test_robots< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-11-23 18:32:11 +00:00
< tr id = "su" class = "passClass" >
2021-04-04 17:40:34 +00:00
< td > TestMergeBooksList< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 2< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
2021-03-24 17:45:59 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c28', 2)" > Detail< / a >
2021-03-24 17:45:59 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt28.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-04 17:40:34 +00:00
< div class = 'testcase' > TestMergeBooksList - test_delete_book< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt28.2' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
< div class = 'testcase' > TestMergeBooksList - test_merge_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestOAuthLogin< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c29', 2)" > Detail< / a >
2021-04-04 17:40:34 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt29.1' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
< div class = 'testcase' > TestOAuthLogin - test_oauth_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt29.2' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2021-03-24 17:45:59 +00:00
< div class = 'testcase' > TestOAuthLogin - test_visible_oauth< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2020-12-12 14:16:22 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "failClass" >
2021-03-25 17:30:31 +00:00
< td > TestOPDSFeed< / td >
2021-04-21 17:23:11 +00:00
< td class = "text-center" > 23< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 22< / td >
< td class = "text-center" > 1< / td >
2021-07-30 09:43:26 +00:00
< td class = "text-center" > 0< / td >
2021-03-23 16:39:51 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c30', 23)" > Detail< / a >
2021-03-23 16:39:51 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.1' class = 'hiddenRow bg-success' >
2021-03-23 16:39:51 +00:00
< td >
2021-03-25 17:30:31 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.2' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_author< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.3' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_books< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.4' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_calibre_companion< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.5' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_colon_password< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.6' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_cover< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.7' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_download_book< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.8' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_formats< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.9' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_guest_user< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.10' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_hot< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.11' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_language< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.12' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_non_admin< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt30.13' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-04-21 17:23:11 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_publisher< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_random< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_ratings< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.16' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_read_unread< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "ft30.17" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_search< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft30.17')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft30.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft30.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 574, in test_opds_search
self.assertEqual(200, r.status_code)
AssertionError: 200 != 500< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt30.18' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.19' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_shelf_access< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.20' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_tags< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.21' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_top_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.22' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_opds_unicode_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.23' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestOPDSFeed - test_recently_added< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestUploadPDF< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c31', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = "et31.1" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUploadPDF - test_upload_invalid_pdf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et31.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et31.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et31.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_pdf_metadata.py" , line 129, in test_upload_invalid_pdf
self.check_uploaded_pdf({' author' : " Mani Mücks" ,
File " /home/ozzie/Development/calibre-web-test/test/test_pdf_metadata.py" , line 59, in check_uploaded_pdf
self.check_element_on_page((By.ID, ' edit_cancel' )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestReader< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c32', 5)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt32.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReader - test_comic_reader< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt32.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReader - test_epub_reader< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt32.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReader - test_pdf_reader< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "et32.4" class = "none bg-info" >
< td >
< div class = 'testcase' > TestReader - test_sound_listener< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et32.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et32.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et32.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_reader.py" , line 230, in test_sound_listener
self.sound_test(' music.flac' , ' Unknown - music' , ' 0:02' )
File " /home/ozzie/Development/calibre-web-test/test/test_reader.py" , line 191, in sound_test
self.check_element_on_page((By.ID, ' edit_cancel' )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt32.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReader - test_txt_reader< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestRegister< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c33', 8)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt33.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_forgot_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_illegal_email< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_limit_domain< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_register_no_server< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_registering_only_email< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_registering_user< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_registering_user_fail< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt33.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestRegister - test_user_change_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestReverseProxy< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c34', 3)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt34.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReverseProxy - test_logout< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt34.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReverseProxy - test_move_page< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt34.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestReverseProxy - test_reverse_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestShelf< / td >
< td class = "text-center" > 26< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 14< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c35', 26)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt35.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestShelf - test_add_shelf_from_search< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "ft35.2" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_adv_search_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 466, in test_adv_search_shelf
self.assertEqual(len(self.adv_search({u' include_shelf' : u' Search' , ' book_title' : ' book' })), 2)
AssertionError: 0 != 2< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.3" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_adv_search_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.4" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_arrange_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 252, in test_arrange_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.5" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_arrange_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.6" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 146, in test_create_public_shelf
self.create_user(' invalid' , {' edit_shelf_role' : 0, ' password' : ' 1234' , ' email' : ' bac@b.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 976, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1030, in change_user
ele = cls.driver.find_element_by_id(checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 360, in find_element_by_id
return self.find_element(by=By.ID, value=id_)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 976, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 321, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" edit_shelf_role" ]< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.7" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.8" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 237, in test_delete_book_of_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.9" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.10" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.10')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 57, in test_private_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.11" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.12" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_public_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.12')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 295, in test_public_private_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.13" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_public_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.14" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.14')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 95, in test_public_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.15" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.16" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_rename_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.16')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 168, in test_rename_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.17" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_rename_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.18" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_action_non_shelf_edit_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.18')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 334, in test_shelf_action_non_shelf_edit_role
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.19" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_action_non_shelf_edit_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.20" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_anonymous< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 391, in test_shelf_anonymous
self.fill_basic_config({' config_anonbrowse' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 356, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 266, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.21" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_anonymous< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.21')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.21" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "st35.22" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_database_change< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st35.22')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st35.22" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st35.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Change Database Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft35.23" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_long_name< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.23')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 328, in test_shelf_long_name
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et35.24" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_long_name< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.24')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft35.25" class = "none bg-danger" >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestShelf - test_xss_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft35.25')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft35.25" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft35.25').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 479, in test_xss_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-25 17:30:31 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et35.26" class = "none bg-info" >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestShelf - test_xss_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et35.26')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et35.26" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et35.26').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 84, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-25 17:30:31 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "skipClass" >
< td > TestUpdater< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c36', 9)" > Detail< / a >
< / td >
< / tr >
2021-03-25 17:30:31 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.1' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_nightly_errors< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.2' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_nightly_request_errors< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.3' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_stable_errors< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.4' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_check_update_stable_versions< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.5' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_perform_update< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.6' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_perform_update_stable_errors< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "st36.7" class = "none bg-warning" >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_perform_update_timeout< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st36.7')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st36.7" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st36.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Takes too long< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-04-21 17:23:11 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.8' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_reconnect_database< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-23 16:39:51 +00:00
< / tr >
2021-03-24 17:45:59 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt36.9' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUpdater - test_update_write_protect< / div >
2021-03-24 17:45:59 +00:00
< / td >
2021-05-20 15:54:25 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "errorClass" >
< td > TestUploadEPubs< / td >
< td class = "text-center" > 2< / td >
2021-12-04 09:57:53 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 2< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c37', 2)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-12-12 14:16:22 +00:00
2021-01-02 06:51:48 +00:00
2021-12-05 12:04:13 +00:00
< tr id = "et37.1" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_duplicate< / div >
2020-09-28 19:24:47 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et37.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et37.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et37.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 82, in test_upload_epub_duplicate
self.check_element_on_page((By.ID, ' edit_cancel' )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et37.2" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_lang< / div >
2020-09-28 19:24:47 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et37.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et37.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et37.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 110, in test_upload_epub_lang
self.change_visibility_me({' locale' : " Italiano" })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 887, in change_visibility_me
select = Select(cls.driver.find_element_by_id(key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 360, in find_element_by_id
return self.find_element(by=By.ID, value=id_)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 976, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 321, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" locale" ]< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2020-12-12 14:16:22 +00:00
2021-10-07 17:53:32 +00:00
< tr id = "su" class = "passClass" >
2021-12-05 12:04:13 +00:00
< td > TestUserList< / td >
< td class = "text-center" > 18< / td >
< td class = "text-center" > 18< / td >
2021-10-07 17:53:32 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c38', 18)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-12-12 14:16:22 +00:00
2021-01-02 06:51:48 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.1' class = 'hiddenRow bg-success' >
2021-10-07 17:53:32 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_edit_user_email< / div >
2021-10-07 17:53:32 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.2' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_list_visibility< / div >
2020-09-28 19:24:47 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-28 19:24:47 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.3' class = 'hiddenRow bg-success' >
2020-09-28 19:24:47 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_admin_role< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.4' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_check_sort< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.5' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_denied_tags< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.6' class = 'hiddenRow bg-success' >
2021-01-31 08:10:42 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_download_role< / div >
2021-01-31 08:10:42 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.7' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_button< / div >
2020-12-12 14:16:22 +00:00
< / td >
2021-03-27 08:30:59 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-07-30 07:25:08 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.8' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_email< / div >
2021-07-30 07:25:08 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.9' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_kindle< / div >
2021-07-30 07:25:08 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.10' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_language< / div >
2021-07-30 07:25:08 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-12-08 19:11:55 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.11' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_locale< / div >
2020-09-28 19:24:47 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-28 19:24:47 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.12' class = 'hiddenRow bg-success' >
2021-03-23 16:39:51 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_name< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-10-31 10:31:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-23 16:39:51 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.13' class = 'hiddenRow bg-success' >
2020-09-28 19:24:47 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_edit_visiblility< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.14' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_guest_edit< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.15' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_remove_admin< / div >
2020-12-08 19:11:55 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.16' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_requests< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-01-02 13:54:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.17' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_search< / div >
2020-12-08 19:11:55 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt38.18' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserList - test_user_list_sort< / div >
2020-12-08 19:11:55 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "passClass" >
< td > TestUserLoad< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c39', 1)" > Detail< / a >
< / td >
< / tr >
2020-12-08 19:11:55 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt39.1' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserLoad - test_user_change_vis< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "passClass" >
< td > TestUserTemplate< / td >
< td class = "text-center" > 21< / td >
< td class = "text-center" > 21< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c40', 21)" > Detail< / a >
< / td >
< / tr >
2020-12-08 19:11:55 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.1' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_allow_column_restriction< / div >
2020-12-08 19:11:55 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.2' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_allow_tag_restriction< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-05-20 15:54:25 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.3' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_archived_format_template< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2020-12-08 19:11:55 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.4' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_author_user_template< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-05-20 15:54:25 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-09-25 06:23:14 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.5' class = 'hiddenRow bg-success' >
2021-09-25 06:23:14 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_best_user_template< / div >
2021-09-25 06:23:14 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_category_user_template< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_deny_column_restriction< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.8' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_deny_tag_restriction< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.9' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_detail_random_user_template< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.10' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_download_user_template< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.11' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_format_user_template< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.12' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_hot_user_template< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.13' class = 'hiddenRow bg-success' >
2020-12-09 18:02:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_language_user_template< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-09 18:02:10 +00:00
< / tr >
2021-07-30 07:25:08 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.14' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_limit_book_languages< / div >
2021-07-30 07:25:08 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2021-05-17 15:54:43 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.15' class = 'hiddenRow bg-success' >
2021-05-17 15:54:43 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_list_user_template< / div >
2021-05-17 15:54:43 +00:00
< / td >
2021-05-20 15:54:25 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.16' class = 'hiddenRow bg-success' >
2021-05-17 15:54:43 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_publisher_user_template< / div >
2021-12-04 09:57:53 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-04-04 17:40:34 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.17' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_random_user_template< / div >
2021-04-04 17:40:34 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-11-21 12:23:27 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.18' class = 'hiddenRow bg-success' >
2021-11-21 12:23:27 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_read_user_template< / div >
2021-11-21 12:23:27 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-11-21 12:23:27 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.19' class = 'hiddenRow bg-success' >
2021-11-21 12:23:27 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_recent_user_template< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-11-23 18:32:11 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.20' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_series_user_template< / div >
2021-11-21 12:23:27 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt40.21' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_ui_language_settings< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "errorClass" >
< td > TestCalibreWebVisibilitys< / td >
< td class = "text-center" > 34< / td >
< td class = "text-center" > 20< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c41', 34)" > Detail< / a >
< / td >
< / tr >
2021-11-23 18:32:11 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.1' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_about< / div >
2021-11-21 12:23:27 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.2' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_SMTP_Settings< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.3' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_add_user< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.4' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_password< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.5' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_archived< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.6' class = 'hiddenRow bg-success' >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_authors< / div >
2021-08-29 09:31:10 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.7' class = 'hiddenRow bg-success' >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_category< / div >
2021-08-29 09:31:10 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.8' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.9' class = 'hiddenRow bg-success' >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_hot< / div >
2021-04-04 17:40:34 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.10' class = 'hiddenRow bg-success' >
2021-04-26 17:03:01 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_language< / div >
2021-04-26 17:03:01 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.11' class = 'hiddenRow bg-success' >
2021-05-17 15:54:43 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_publisher< / div >
2021-05-17 15:54:43 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.12' class = 'hiddenRow bg-success' >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_random< / div >
2021-04-21 17:23:11 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.13' class = 'hiddenRow bg-success' >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rated< / div >
2021-04-21 17:23:11 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2020-12-09 18:02:10 +00:00
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.14' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rating< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.15' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_read< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.16' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_series< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft41.17" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_columns< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft41.17')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft41.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft41.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 755, in test_allow_columns
self.assertEqual(len(self.adv_search({' book_title' : ' Buchtitel' })), 1)
AssertionError: 0 != 1< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft41.18" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_tags< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft41.18')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft41.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft41.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 586, in test_allow_tags
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft41.19" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_archive_books< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft41.19')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft41.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft41.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 943, in test_archive_books
self.assertIsNotNone(details[' archived' ])
AssertionError: unexpectedly None< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.20" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_authors_max_settings< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 911, in test_authors_max_settings
self.assertEqual(len(list_element[1][10][' author' ]), 4)
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.21' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_change_title< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.22' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_checked_logged_in< / div >
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.23" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_hide_custom_column< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.23')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 852, in test_hide_custom_column
self.check_element_on_page((By.ID, " edit_book" )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.24" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_link_column_to_read_status< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.24')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 786, in test_link_column_to_read_status
self.check_element_on_page((By.ID, " edit_book" )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.25" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_random_books_available< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.25')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.25" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.25').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 89, in test_random_books_available
list_element[0].click()
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.26' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_request_link_column_to_read_status< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 13:54:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "ft41.27" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_columns< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft41.27')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft41.27" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft41.27').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 669, in test_restrict_columns
self.assertEqual(len(restricts), 0)
AssertionError: 1 != 0< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.28" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_tags< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.28')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 514, in test_restrict_tags
self.assertEqual(len(elements[' include_tags' ]), 1)
TypeError: ' bool' object is not subscriptable< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.29" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_save_views_recent< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.29')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 991, in test_save_views_recent
self.check_element_on_page((By.ID, " desc" )).click()
AttributeError: ' bool' object has no attribute ' click' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt41.30' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_functions< / div >
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.31" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_order< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.31')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.31" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.31').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 474, in test_search_order
self.search(' book' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1991, in search
field.send_keys(term)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 477, in send_keys
self._execute(Command.SEND_KEYS_TO_ELEMENT,
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 633, in _execute
return self._parent.execute(command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 321, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element < input id=" query" class=" form-control" name=" query" type=" text" > is not reachable by keyboard< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.32" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_string< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.32')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.32" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.32').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 469, in test_search_string
self.search(' Hallo' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1991, in search
field.send_keys(term)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 477, in send_keys
self._execute(Command.SEND_KEYS_TO_ELEMENT,
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 633, in _execute
return self._parent.execute(command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 321, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: Element < input id=" query" class=" form-control" name=" query" type=" text" > is not reachable by keyboard< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.33" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_email_available< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.33')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et41.33" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et41.33').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 101, in test_user_email_available
self.driver.find_element_by_id(" top_user" ).click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 80, in click
self._execute(Command.CLICK_ELEMENT)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 633, in _execute
return self._parent.execute(command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 321, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: Element < a id=" top_user" href=" /me" > is not clickable at point (2414,25) because another element < div id=" restrictModal" class=" modal fade in" > obscures it< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 10:24:07 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "et41.34" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_visibility_sidebar< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-12-04 09:57:53 +00:00
< td colspan = '6' >
< div class = "text-center" >
2021-12-05 12:04:13 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et41.34')" > ERROR< / a >
2021-12-04 09:57:53 +00:00
< / div >
<!-- css div popup start -->
2021-12-05 12:04:13 +00:00
< div id = "div_et41.34" class = "popup_window test_output" style = "display:block;" >
2021-12-04 09:57:53 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2021-12-05 12:04:13 +00:00
onclick="document.getElementById('div_et41.34').style.display='none'">< span
2021-12-04 09:57:53 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2021-12-05 12:04:13 +00:00
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 118, in test_user_visibility_sidebar
self.change_user({' show_32' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1032, in change_user
ele.click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 80, in click
self._execute(Command.CLICK_ELEMENT)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py" , line 633, in _execute
return self._parent.execute(command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 321, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: Element < input id=" show_32" name=" show_32" type=" checkbox" > is not clickable at point (486,766) because another element < div id=" restrictModal" class=" modal fade in" > obscures it< / pre >
2021-12-04 09:57:53 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2020-10-31 19:12:22 +00:00
2021-10-06 16:41:01 +00:00
< tr id = "su" class = "passClass" >
2020-10-31 19:12:22 +00:00
< td > TestCalibreHelper< / td >
< td class = "text-center" > 16< / td >
2021-10-06 16:41:01 +00:00
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
2020-10-31 19:12:22 +00:00
< td class = "text-center" > 0< / td >
2021-09-25 06:23:14 +00:00
< td class = "text-center" > 0< / td >
2020-10-31 19:12:22 +00:00
< td class = "text-center" >
2021-12-05 12:04:13 +00:00
< a onclick = "showClassDetail('c42', 16)" > Detail< / a >
2020-10-31 19:12:22 +00:00
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.1' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.2' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_comma< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.3' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_junior< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.4' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_oneword< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.5' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_roman< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.6' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_Limit_Length< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.7' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_char_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.8' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_chinese_Characters< / div >
< / td >
2021-10-06 16:41:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-31 19:12:22 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.9' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_deg_eur_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.10' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_doubleS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.11' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_finish_Dot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.12' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_high23< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.13' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_umlauts< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.14' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_random_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.15' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_split_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = 'pt42.16' class = 'hiddenRow bg-success' >
2020-10-31 19:12:22 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_whitespaces< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr id = 'total_row' class = "text-center bg-grey" >
< td > Total< / td >
2021-12-05 12:04:13 +00:00
< td > 391< / td >
< td > 281< / td >
< td > 38< / td >
< td > 66< / td >
2021-11-23 18:32:11 +00:00
< td > 6< / td >
2020-09-09 05:00:09 +00:00
< td > < / td >
< / tr >
< / table >
< div class = "panel-group" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< h4 class = "panel-title" >
< a class = "accordion-toggle" data-toggle = "collapse" href = "#collapseOne" >
< span class = "glyphicon glyphicon-plus" > < / span >
Tested environment
< / a >
< / h4 >
< / div >
< div id = "collapseOne" class = "panel-collapse collapse" >
< div class = "panel-body" >
< table id = "libs" class = "table" >
< thead >
< tr >
< th > Program library< / th >
< th > Installed Version< / th >
< th > Test class< / th >
< / tr >
< / thead >
< tbody >
< tr >
< th > Platform< / th >
2021-12-05 12:04:13 +00:00
< td > Linux 5.13.0-22-generic #22~20.04.1-Ubuntu SMP Tue Nov 9 15:07:24 UTC 2021 x86_64 x86_64< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Python< / th >
2021-07-30 07:25:08 +00:00
< td > 3.8.10< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Babel< / th >
2021-08-28 06:24:38 +00:00
< td > 2.9.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > backports-abc< / th >
< td > 0.5< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Flask< / th >
2021-08-28 06:24:38 +00:00
< td > 1.1.2< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Babel< / th >
2021-08-28 06:24:38 +00:00
< td > 1.0.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Login< / th >
< td > 0.5.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Principal< / th >
< td > 0.4.0< / td >
< td > Basic< / td >
< / tr >
2021-10-06 16:41:01 +00:00
< tr >
< th > Flask-WTF< / th >
2021-11-23 18:32:11 +00:00
< td > 1.0.0< / td >
2021-10-06 16:41:01 +00:00
< td > Basic< / td >
< / tr >
2021-05-17 15:54:43 +00:00
< tr >
< th > greenlet< / th >
2021-10-06 16:41:01 +00:00
< td > 1.1.2< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > httplib2< / th >
< td > 0.14.0< / td >
2021-05-17 15:54:43 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > iso-639< / th >
< td > 0.4.5< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Jinja2< / th >
2021-08-28 06:24:38 +00:00
< td > 2.11.2< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > lxml< / th >
2021-10-06 16:41:01 +00:00
< td > 4.6.3< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > natsort< / th >
< td > 7.1.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > pyasn1< / th >
< td > 0.4.8< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
2021-03-23 16:39:51 +00:00
< th > PyPDF3< / th >
2021-11-23 18:32:11 +00:00
< td > 1.0.5< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > pytz< / th >
2021-08-28 06:24:38 +00:00
< td > 2019.3< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > PyYAML< / th >
< td > 5.3.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > requests< / th >
2021-08-28 06:24:38 +00:00
< td > 2.22.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > six< / th >
< td > 1.14.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > SQLAlchemy< / th >
2021-11-21 12:23:27 +00:00
< td > 1.4.27< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > tornado< / th >
2020-12-02 17:23:28 +00:00
< td > 6.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Unidecode< / th >
2021-08-28 06:24:38 +00:00
< td > 1.1.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Wand< / th >
2021-08-28 06:24:38 +00:00
< td > 0.6.7< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Werkzeug< / th >
2021-08-28 06:24:38 +00:00
< td > 1.0.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2021-04-26 17:03:01 +00:00
< tr >
< th > google-api-python-client< / th >
2021-12-05 12:04:13 +00:00
< td > 2.32.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > httplib2< / th >
2021-11-21 12:23:27 +00:00
< td > 0.20.2< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2021-09-25 06:23:14 +00:00
< td > 1.10.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2021-08-28 06:24:38 +00:00
< td > 5.3.1< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
2020-10-06 19:40:47 +00:00
< tr >
< th > google-api-python-client< / th >
2021-12-05 12:04:13 +00:00
< td > 2.32.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2021-11-21 12:23:27 +00:00
< td > 0.20.2< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2021-09-25 06:23:14 +00:00
< td > 1.10.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2021-08-28 06:24:38 +00:00
< td > 5.3.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2021-12-05 12:04:13 +00:00
< td > 2.32.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2021-11-21 12:23:27 +00:00
< td > 0.20.2< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2021-09-25 06:23:14 +00:00
< td > 1.10.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2021-08-28 06:24:38 +00:00
< td > 5.3.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > comicapi< / th >
2021-03-23 16:39:51 +00:00
< td > 2.2.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
< tr >
< th > rarfile< / th >
< td > 4.0< / td >
< td > TestEditAdditionalBooks< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2021-12-05 12:04:13 +00:00
< td > 2.32.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2021-11-21 12:23:27 +00:00
< td > 0.20.2< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2021-09-25 06:23:14 +00:00
< td > 1.10.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2021-08-28 06:24:38 +00:00
< td > 5.3.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2021-12-05 12:04:13 +00:00
< td > 2.32.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2021-11-21 12:23:27 +00:00
< td > 0.20.2< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2021-09-25 06:23:14 +00:00
< td > 1.10.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2021-08-28 06:24:38 +00:00
< td > 5.3.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > goodreads< / th >
< td > 0.3.2< / td >
< td > TestGoodreads< / td >
< / tr >
2021-02-09 17:05:32 +00:00
< tr >
< th > python-Levenshtein< / th >
< td > 0.12.2< / td >
< td > TestGoodreads< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > jsonschema< / th >
2021-11-21 12:23:27 +00:00
< td > 4.2.1< / td >
2020-09-09 05:00:09 +00:00
< td > TestKoboSync< / td >
< / tr >
2021-10-30 05:31:12 +00:00
< tr >
< th > jsonschema< / th >
2021-11-21 12:23:27 +00:00
< td > 4.2.1< / td >
2021-10-30 05:31:12 +00:00
< td > TestKoboSyncBig< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Flask-SimpleLDAP< / th >
< td > 1.4.0< / td >
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > jsonschema< / th >
2021-11-21 12:23:27 +00:00
< td > 4.2.1< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > python-ldap< / th >
2021-12-04 09:57:53 +00:00
< td > 3.4.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > Flask-Dance< / th >
2021-11-21 12:23:27 +00:00
< td > 5.1.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
< tr >
< th > SQLAlchemy-Utils< / th >
2021-10-30 05:31:12 +00:00
< td > 0.37.9< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< script >
2021-12-05 12:04:13 +00:00
drawCircle(281, 38, 66, 6);
2021-04-21 17:23:11 +00:00
showCase(5);
2020-09-09 05:00:09 +00:00
< / script >
2021-10-06 16:41:01 +00:00
2020-09-09 05:00:09 +00:00
< footer >
< div id = 'foter' class = "text-center" >
< p > Made with HTMLTestRunner from https://github.com/oldani/HtmlTestRunner< / p >
< / div >
< / footer >
< / body >
< / html >