Skip to content

Nice To Have: block execution for on() #2

Description

@odorcicd
expect screen(:a_screen)
puts capture.inspect # outputs anything captured from the above screen

A nice to have would be if the following worked:

expect {
  on(screen(:a_screen)) {
   puts capture.inspect # Outputs {}
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions