summaryrefslogtreecommitdiff
path: root/archaeological_context_records/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-01 17:06:40 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-01 17:06:40 +0100
commit2ed9c95849853edbb39f484821b5df8f3a43ec50 (patch)
tree197d0907b57c7ff70d082fa15e5e0b1e1a9cd15e /archaeological_context_records/tests.py
parent0a13798b84fc6cd1fc977c32a5479420e7656d10 (diff)
downloadIshtar-2ed9c95849853edbb39f484821b5df8f3a43ec50.tar.bz2
Ishtar-2ed9c95849853edbb39f484821b5df8f3a43ec50.zip
Tests: adapt sheet display test to new UI
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r--archaeological_context_records/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py
index b0f4b8f9e..d93662a27 100644
--- a/archaeological_context_records/tests.py
+++ b/archaeological_context_records/tests.py
@@ -379,7 +379,7 @@ class ContextRecordTest(ContextRecordInit, TestCase):
c.login(username=self.username, password=self.password)
response = c.get(reverse('show-contextrecord', kwargs={'pk': obj.pk}))
self.assertEqual(response.status_code, 200)
- self.assertIn('class="sheet"', response.content)
+ self.assertIn('class="card sheet"', response.content)
def test_redundant_dating_clean(self):
obj = self.context_records[0]