home / tests

testcases

13 rows where testsuite_id = 54502

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
2050386 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas has edit buttons that toggle visibility depending on the side selection 24.486 0 0
2050387 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas will not begin editing if the columns are clicked as long as nothing is selected 24.684 0 0
2050388 TwoColConflict editable areas 54502 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 24.127 0 0
2050389 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas will begin editing if the column that is selected is clicked 24.891 0 0
2050390 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of conflict paragraphs by clicking the activated edit button 24.06 0 0
2050391 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of unchanged paragraphs by clicking the activated edit button 24.097 0 0
2050392 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas certain edit specific buttons should not be visible at first 24.215 0 0
2050393 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of unchanged paragraphs should be saved 24.188 0 0
2050394 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of selected paragraphs should be saved and should not affect unselected paragraphs 23.929 0 0
2050395 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas paragraph edits can be reverted 26.226 0 0
2050396 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas revert confirmation will not show if nothing changed 24.629 0 0
2050397 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas clicking edit should automatically focus the text editor 23.341 0 0
2050398 TwoColConflict editable areas 54502 chrome.90_0_4430_212.linux.TwoColConflict editable areas saving an editor with no changes will preserve the highlight portions 24.637 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 7499.296ms