home / tests

testcases

13 rows where testsuite_id = 5903

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1422423 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas has edit buttons that toggle visibility depending on the side selection 23.552 0 0
1422424 TwoColConflict editable areas 5903 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.952 0 0
1422425 TwoColConflict editable areas 5903 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 23.21 0 0
1422426 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas will begin editing if the column that is selected is clicked 23.038 0 0
1422427 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of conflict paragraphs by clicking the activated edit button 22.846 0 0
1422428 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of unchanged paragraphs by clicking the activated edit button 25.404 0 0
1422429 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas certain edit specific buttons should not be visible at first 25.738 0 0
1422430 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of unchanged paragraphs should be saved 23.269 0 0
1422431 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of selected paragraphs should be saved and should not affect unselected paragraphs 23.723 0 0
1422432 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas paragraph edits can be reverted 24.679 0 0
1422433 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas revert confirmation will not show if nothing changed 23.783 0 0
1422434 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas clicking edit should automatically focus the text editor 23.737 0 0
1422435 TwoColConflict editable areas 5903 chrome.90_0_4430_212.linux.TwoColConflict editable areas saving an editor with no changes will preserve the highlight portions 22.825 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 5693.112ms