@Test
    public void launchIntentWithoutDurationTest(){
        Intent i = getIntentForDisplayQuestion(InstrumentationRegistry.getTargetContext(), new Question("abc","test", true, 0, Constants.Course.SWENG.name(), "en"));
        i.removeExtra(DISPLAY_QUESTION_DURATION);
        mActivityRule.launchActivity(i);