Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Oct 11, 2024
1 parent 7cfe4d4 commit 594ee40
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ import {
expectSingleUndoNSaves,
searchInComponentPicker,
selectComponentsForTest,
setFeatureForBrowserTestsUseInDescribeBlockOnly,
wait,
} from '../../../utils/utils.test-utils'
import {
firePasteEvent,
Expand Down Expand Up @@ -93,11 +91,8 @@ async function deleteFromScene(
makeTestProjectCodeWithSnippet(inputSnippet),
'await-first-dom-report',
)
await wait(1000)
await renderResult.dispatch([selectComponents(targets, true)], true)
await wait(3000)
await renderResult.dispatch([deleteSelected()], true)
await wait(1000)

return {
code: getPrintedUiJsCode(renderResult.getEditorState()),
Expand Down

0 comments on commit 594ee40

Please sign in to comment.