mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
migrate to htmlRunner
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
expectEqual('an error', null);
|
||||
}
|
||||
|
||||
function skip() {
|
||||
_recordExecution();
|
||||
}
|
||||
|
||||
// Should only be called by the test runner
|
||||
function getStatus() {
|
||||
// if we're already in a fail state, return fail, nothing can recover this
|
||||
@@ -156,6 +160,7 @@
|
||||
_eventually: [],
|
||||
_executed_scripts: {},
|
||||
_captured: null,
|
||||
skip: skip,
|
||||
getStatus: getStatus,
|
||||
eventually: eventually,
|
||||
expectEqual: expectEqual,
|
||||
|
||||
Reference in New Issue
Block a user