We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f23da commit 963b1bdCopy full SHA for 963b1bd
1 file changed
ietf/meeting/tests_js.py
@@ -195,7 +195,7 @@ def test_edit_meeting_schedule(self):
195
self.assertTrue(self.driver.find_elements(By.CSS_SELECTOR, '#timeslot{}.would-violate-hint'.format(slot1.pk)))
196
# Find the timeslot label for slot1 - it's the first timeslot in the room group containing room 1
197
slot1_roomgroup_elt = self.driver.find_element(By.CSS_SELECTOR,
198
- '.day-flow .day:first-child .room-group[data-rooms="1"]'
+ f'.day-flow .day:first-child .room-group[data-rooms="{room1.pk}"]'
199
)
200
self.assertTrue(
201
slot1_roomgroup_elt.find_elements(By.CSS_SELECTOR,
0 commit comments