forked from expo/troggle
Better table titles
This commit is contained in:
@@ -407,7 +407,7 @@ class PageTests(TestCase):
|
||||
self.assertEqual(response.status_code, 200)
|
||||
content = response.content.decode()
|
||||
for ph in [ r'All Tunnel and Therion files',
|
||||
r'<th>Scans folder</th><th>Scan files</th><th>Frames</th></tr>']:
|
||||
r'<th>Wallets</th><th>Scan files in the wallets</th><th>Frames</th></tr>']:
|
||||
phmatch = re.search(ph, content)
|
||||
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph +"'")
|
||||
|
||||
@@ -417,7 +417,7 @@ class PageTests(TestCase):
|
||||
self.assertEqual(response.status_code, 200)
|
||||
content = response.content.decode()
|
||||
for ph in [ r'All Tunnel and Therion files',
|
||||
r'<th>Scans folder</th><th>Scan files</th><th>Frames</th></tr>']:
|
||||
r'<th>Wallets</th><th>Scan files in the wallets</th><th>Frames</th></tr>']:
|
||||
phmatch = re.search(ph, content)
|
||||
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph +"'")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user