fixed .sig-card reference in failing IT
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -823,7 +823,7 @@ class SigSelectRenderingTest(TestCase):
|
||||
|
||||
def test_sig_deck_contains_36_sig_cards(self):
|
||||
response = self.client.get(self.url)
|
||||
self.assertEqual(response.content.decode().count('class="sig-card"'), 36)
|
||||
self.assertEqual(response.content.decode().count('sig-card'), 36)
|
||||
|
||||
def test_seats_rendered_in_pc_nc_ec_sc_ac_bc_order(self):
|
||||
response = self.client.get(self.url)
|
||||
|
||||
Reference in New Issue
Block a user