home / tests

testcases

13 rows where testsuite_id = 161488

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5093045 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas has edit buttons that toggle visibility depending on the side selection 25.775 0 0
5093046 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas will not begin editing if the columns are clicked as long as nothing is selected 25.447 0 0
5093047 TwoColConflict editable areas 161488 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 27.011 0 0
5093048 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas will begin editing if the column that is selected is clicked 28.255 0 0
5093049 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of conflict paragraphs by clicking the activated edit button 28.742 0 0
5093050 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of unchanged paragraphs by clicking the activated edit button 25.315 0 0
5093051 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas certain edit specific buttons should not be visible at first 23.91 0 0
5093052 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of unchanged paragraphs should be saved 24.75 1 0
5093053 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of selected paragraphs should be saved and should not affect unselected paragraphs 27.456 0 0
5093054 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas paragraph edits can be reverted 28.153 0 0
5093055 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas revert confirmation will not show if nothing changed 25.251 0 0
5093056 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas clicking edit should automatically focus the text editor 24.071 0 0
5093057 TwoColConflict editable areas 161488 chrome.90_0_4430_212.linux.TwoColConflict editable areas saving an editor with no changes will preserve the highlight portions 24.719 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 6799.456ms