Skip to content

Developing frontend

milanmajchrak edited this page Sep 12, 2022 · 7 revisions

How to debug disappearing HTML element

  1. Open console
  2. Type in setTimeout(()=>{debugger;},5000); // after 5 seconds debug mode will be started where element should pop up
  3. Press Enter

Integration Test errors

Expected object but was LinkedHashMap

Use Mathers.is instead of Matchers.hasItem

Clone this wiki locally