From c3f28eeedbda017fea27a37bc64175e3168d71c0 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 9 Nov 2021 16:50:40 +0000 Subject: [PATCH] Add missing ifSeleniumEnabled guard for meeting.tests_js.EditTimeslotsTests - Legacy-Id: 19592 --- ietf/meeting/tests_js.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/meeting/tests_js.py b/ietf/meeting/tests_js.py index 6f94b5298..b7b038988 100644 --- a/ietf/meeting/tests_js.py +++ b/ietf/meeting/tests_js.py @@ -2592,6 +2592,7 @@ class ProceedingsMaterialTests(IetfSeleniumTestCase): 'URL field should be shown by default') +@ifSeleniumEnabled class EditTimeslotsTests(IetfSeleniumTestCase): """Test the timeslot editor""" def setUp(self):