I test with playwright a single page application. If I click a button a dataset would saved in a MS SQL-Database. After that the application actualize the application page and shows a text with the Id of the dataset like “common values “. I can’t wait of the text “common values” because the text will shown earlier with the id -1: like “common values -1”.
I have tried to read in a repeat selection to the database. But the dataset would never saved.
I think the single page application would updated from the used framework and collide with my database selection.
A timeout in playwright like page.waitForTimeout(30000) has no effekt.