diff --git a/test/test_runestone_components.py b/test/test_runestone_components.py index 62523019..3c1a1fe7 100644 --- a/test/test_runestone_components.py +++ b/test/test_runestone_components.py @@ -146,7 +146,6 @@ async def ac_check_fields(index, div_id): # ClickableArea # ------------- -@pytest.mark.skip(reason="Need to port more server code first.") @pytest.mark.asyncio async def test_clickable_area_1(selenium_utils_user_1, bookserver_session): div_id = "test_clickablearea_1" @@ -376,7 +375,6 @@ async def test_poll_1(selenium_utils_user_1, bookserver_session): # Short answer # ------------ -@pytest.mark.skip(reason="Need to port more server code first.") @pytest.mark.asyncio async def test_short_answer_1(selenium_utils_user_1, bookserver_session): id = "test_short_answer_1"