Skip to content

Commit

Permalink
tests: update transcripts to match new object properties ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Sep 17, 2019
1 parent ee44230 commit db281f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/browser/transcripts/expected/suite03-issue-53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ devtools #1 repl eval job started
devtools #1 setCurrentPanel: sources
automate #1 scrape! [:scope-content]
stdout displayed 5 items:
* this: Window
* x: 1
* x: 3
* y: 2
* x: 3
* z: <custom>
* this: Window
automate #1 simulate-global-action! ["F8"]
devtools #1 DF.info> null
devtools #1 repl eval job ended
Expand All @@ -65,8 +65,8 @@ devtools #1 setCurrentPanel: sources
automate #1 scrape! [:scope-content]
stdout displayed 3 items:
* one-one: 1
* this: Window
* two-two: 2
* this: Window
automate #1 simulate-global-action! ["F8"]
devtools #1 DF.info> null
devtools #1 repl eval job ended
Expand Down

0 comments on commit db281f3

Please sign in to comment.