home / tests

testcases

9 rows where testsuite_id = 140958

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
4270115 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should resolve the conflict successfully 29.151 0 0
4270116 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should resolve the ongoing conflict successfully when another user edits a different section in the meantime 36.817 0 0
4270117 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should trigger a new conflict when another user edits in the same lines in the meantime 16.813 1 0
4270118 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should resolve the conflict successfully when unsaved edits in selected paragraphs are present 24.428 1 0
4270119 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should show a preview page 25.783 0 0
4270120 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should show a correct preview page when unsaved edits in selected paragraphs are present 25.561 0 0
4270121 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should show a correct preview page when using pre save transforms 26.511 0 0
4270122 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview should be possible to edit and preview the left other side 24.412 0 0
4270123 TwoColConflict save and preview 140958 chrome.90_0_4430_212.linux.TwoColConflict save and preview editor should not decode html entities 24.724 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE testcases (
            id INTEGER PRIMARY KEY,
            testsuite_id INTEGER NOT NULL,
            classname TEXT,
            name TEXT,
            time REAL,
            failure INTEGER NOT NULL,
            skipped INTEGER NOT NULL,
            CHECK (failure IN (0, 1)),
            CHECK (skipped IN (0, 1)),
            FOREIGN KEY(testsuite_id) REFERENCES testsuites(id)
        );
Powered by Datasette · Queries took 7716.081ms