blob: d2e067239df12c07690246de98d1f7d2be12e9d0 [file] [log] [blame]
Tests that console can pin expressions.
Running: testBeforeAdding
No pins
Running: testAddingExpression
Name: document.activeElement
Value: div#div1
Running: testPinUpdatesDynamically
Focusing the div2 on target page.
Name: document.activeElement
Value: div#div2
Running: testNoSideEffectsWhileEditing
Focusing the first pin's editor.
Setting text to: "window.flag = true".
Name: window.flag = true
Value: (…)
window.flag is now: false
Running: testRemoveSinglePin
Name: document.activeElement
Value: div#div2
Name: "Second pin"
Value: "Second pin"
Removing second pin
Name: document.activeElement
Value: div#div2
Running: testRemoveAllPins
No pins