1027 lines
		
	
	
		
			45 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			1027 lines
		
	
	
		
			45 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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;">
 | 
						|
            
 | 
						|
            <p class='text-justify attribute'><strong>Start Time: </strong>2021-10-06 00:29:44</p>
 | 
						|
            
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
      <div class="row">
 | 
						|
        <div class="col-xs-6 col-md-6 col-sm-offset-3">
 | 
						|
            
 | 
						|
            <p class='text-justify attribute'><strong>Stop Time: </strong>2021-10-06 00:37:52</p>
 | 
						|
            
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
      <div class="row">
 | 
						|
        <div class="col-xs-6 col-md-6 col-sm-offset-3">
 | 
						|
           <p class='text-justify attribute'><strong>Duration: </strong>7:28 min</p>
 | 
						|
        </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>
 | 
						|
 | 
						|
 | 
						|
    <tr id="su" class="errorClass">
 | 
						|
        <td>TestShelf</td>
 | 
						|
        <td class="text-center">24</td>
 | 
						|
        <td class="text-center">1</td>
 | 
						|
        <td class="text-center">9</td>
 | 
						|
        <td class="text-center">13</td>
 | 
						|
        <td class="text-center">1</td>
 | 
						|
        <td class="text-center">
 | 
						|
            <a onclick="showClassDetail('c1', 24)">Detail</a>
 | 
						|
        </td>
 | 
						|
    </tr>
 | 
						|
 | 
						|
    
 | 
						|
    
 | 
						|
        <tr id='pt1.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="et1.2" 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_et1.2')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 428, in test_adv_search_shelf
 | 
						|
    self.check_element_on_page((By.ID, "add-to-shelf")).click()
 | 
						|
AttributeError: 'bool' object has no attribute 'click'</pre>
 | 
						|
                    </div>
 | 
						|
                    <div class="clearfix"></div>
 | 
						|
                </div>
 | 
						|
                <!--css div popup end-->
 | 
						|
            </td>
 | 
						|
        </tr>
 | 
						|
    
 | 
						|
    
 | 
						|
    
 | 
						|
        <tr id="et1.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_et1.3')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.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_ft1.4')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 226, 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="et1.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_et1.5')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.6" 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_ft1.6')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 211, 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="et1.7" 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_et1.7')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.8" 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_ft1.8')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 55, 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="et1.9" 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_et1.9')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.10" 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_ft1.10')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 265, 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="et1.11" 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_et1.11')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.12" 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_ft1.12')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 93, 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="et1.13" 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_et1.13')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.14" 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_ft1.14')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 146, 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="et1.15" 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_et1.15')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.16" 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_ft1.16')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 304, 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="et1.17" 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_et1.17')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="et1.18" 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_et1.18')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 361, in test_shelf_anonymous
 | 
						|
    self.fill_basic_config({'config_anonbrowse': 1})
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 341, in fill_basic_config
 | 
						|
    cls._fill_basic_config(elements)
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 252, in _fill_basic_config
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="et1.19" 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_et1.19')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="st1.20" 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_st1.20')">SKIP</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_st1.20" 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_st1.20').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="ft1.21" 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_ft1.21')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 298, 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="et1.22" 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_et1.22')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.22" 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_et1.22').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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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="ft1.23" class="none bg-danger">
 | 
						|
            <td>
 | 
						|
                <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_ft1.23')">FAIL</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_ft1.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_ft1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 443, 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-->
 | 
						|
            </td>
 | 
						|
        </tr>
 | 
						|
    
 | 
						|
    
 | 
						|
    
 | 
						|
        <tr id="et1.24" class="none bg-info">
 | 
						|
            <td>
 | 
						|
                <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_et1.24')">ERROR</a>
 | 
						|
                </div>
 | 
						|
                <!--css div popup start-->
 | 
						|
                <div id="div_et1.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_et1.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 "C:\Users\cj.ohara\Repositories\calibre-web-test\test\test_shelf.py", line 42, in tearDown
 | 
						|
    self.login('admin','admin123')
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\test\helper_ui.py", line 71, in login
 | 
						|
    WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
 | 
						|
  File "C:\Users\cj.ohara\Repositories\calibre-web-test\venv\lib\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='total_row' class="text-center bg-grey">
 | 
						|
        <td>Total</td>
 | 
						|
        <td>24</td>
 | 
						|
        <td>1</td>
 | 
						|
        <td>9</td>
 | 
						|
        <td>13</td>
 | 
						|
        <td>1</td>
 | 
						|
        <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>
 | 
						|
              <td>Windows 10 10.0.19041 AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD AMD64</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Python</th>
 | 
						|
              <td>3.8.5</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>APScheduler</th>
 | 
						|
              <td>3.7.0</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Babel</th>
 | 
						|
              <td>2.9.1</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>backports-abc</th>
 | 
						|
              <td>0.5</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Flask</th>
 | 
						|
              <td>2.0.2</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Flask-Babel</th>
 | 
						|
              <td>2.0.0</td>
 | 
						|
              <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>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>greenlet</th>
 | 
						|
              <td>1.1.2</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>iso-639</th>
 | 
						|
              <td>0.4.5</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Jinja2</th>
 | 
						|
              <td>3.0.2</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>lxml</th>
 | 
						|
              <td>4.6.3</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>PyPDF3</th>
 | 
						|
              <td>1.0.3</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>pytz</th>
 | 
						|
              <td>2021.3</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>requests</th>
 | 
						|
              <td>2.24.0</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>six</th>
 | 
						|
              <td>1.16.0</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>SQLAlchemy</th>
 | 
						|
              <td>1.4.25</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>tornado</th>
 | 
						|
              <td>6.1</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Unidecode</th>
 | 
						|
              <td>1.2.0</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Wand</th>
 | 
						|
              <td>0.6.7</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
            <tr>
 | 
						|
              <th>Werkzeug</th>
 | 
						|
              <td>2.0.2</td>
 | 
						|
              <td>Basic</td>
 | 
						|
            </tr>
 | 
						|
          
 | 
						|
          </tbody>
 | 
						|
        </table>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
</div>
 | 
						|
 | 
						|
<script>
 | 
						|
    drawCircle(1, 9, 13, 1);
 | 
						|
    showCase(5);
 | 
						|
</script>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
<footer>
 | 
						|
<div id='foter' class="text-center">
 | 
						|
    <p>Made with HTMLTestRunner from https://github.com/oldani/HtmlTestRunner</p>
 | 
						|
</div>
 | 
						|
</footer>
 | 
						|
 | 
						|
</body>
 | 
						|
</html> |