@Test
    public void testIsEnabledKo() {
        when(element.present()).thenReturn(true);
        when(element.enabled()).thenReturn(false);
        assertThatAssertionErrorIsThrownBy(() -> elementAssert.isEnabled())