home / tests

testcases

12 rows where testsuite_id = 5973

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1422752 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas has edit buttons that toggle visibility depending on the side selection 23.428 0 0
1422753 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas will not begin editing if the columns are clicked as long as nothing is selected 23.584 0 0
1422754 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas will not begin editing if the column that is selected is not the column that is clicked 22.476 0 0
1422755 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas will begin editing if the column that is selected is clicked 23.009 0 0
1422756 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of conflict paragraphs by clicking the activated edit button 23.743 0 0
1422757 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of unchanged paragraphs by clicking the activated edit button 26.019 0 0
1422758 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas certain edit specific buttons should not be visible at first 22.396 0 0
1422759 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of unchanged paragraphs should be saved 23.5 0 0
1422760 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of selected paragraphs should be saved and should not affect unselected paragraphs 23.162 0 0
1422761 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas paragraph edits can be reverted 25.483 0 0
1422762 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas revert confirmation will not show if nothing changed 0.0 0 1
1422763 TwoColConflict editable areas 5973 chrome.90_0_4430_212.linux.TwoColConflict editable areas before each hook for TwoColConflict editable areas 26.037 1 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 6486.119ms