mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Bug 1258361 - Wait for second streaming response to display. r=vporof
MozReview-Commit-ID: LV9O4BOThw0
This commit is contained in:
parent
515601cee8
commit
1a86b691de
@ -48,6 +48,7 @@ function test() {
|
||||
|
||||
RequestsMenu.selectedIndex = 1;
|
||||
yield panelWin.once(panelWin.EVENTS.TAB_UPDATED);
|
||||
yield panelWin.once(panelWin.EVENTS.RESPONSE_BODY_DISPLAYED);
|
||||
|
||||
testEditorContent(editor, REQUESTS[1]); // the mpeg-dash part
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user