From bd5af7c390d77b15ebde30f03c164fc4831bd8f1 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 16 Mar 2025 22:11:00 +0000 Subject: [PATCH] Update interaction tests for only MIC filter --- RIGS/tests/test_interaction.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RIGS/tests/test_interaction.py b/RIGS/tests/test_interaction.py index f519ee89..9984deae 100644 --- a/RIGS/tests/test_interaction.py +++ b/RIGS/tests/test_interaction.py @@ -530,10 +530,11 @@ class TestCalendar(BaseRigboardTest): self.page.toggle_filter('cancelled') self.page.toggle_filter('provisional') self.page.toggle_filter('confirmed') + self.page.toggle_filter('only_mic') # and then check the url is correct self.assertIn( - "rigs.ics?rig=false&non-rig=false&dry-hire=false&cancelled=true&provisional=false&confirmed=false", + "rigs.ics?rig=false&non-rig=false&dry-hire=false&cancelled=true&provisional=false&confirmed=false&only_mic=true", self.page.cal_url) # Awesome - all seems to work