@Test
    public void testIsNotClickableKo() {
        when(element.present()).thenReturn(true);
        when(element.clickable()).thenReturn(true);
        assertThatAssertionErrorIsThrownBy(() -> elementAssert.isNotClickable())