home / tests

testcases

13 rows where testsuite_id = 184280

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5913356 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas has edit buttons that toggle visibility depending on the side selection 29.774 0 0
5913357 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas will not begin editing if the columns are clicked as long as nothing is selected 27.792 0 0
5913358 TwoColConflict editable areas 184280 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.088 0 0
5913359 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas will begin editing if the column that is selected is clicked 27.23 0 0
5913360 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of conflict paragraphs by clicking the activated edit button 27.542 0 0
5913361 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of unchanged paragraphs by clicking the activated edit button 27.549 0 0
5913362 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas certain edit specific buttons should not be visible at first 28.672 0 0
5913363 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of unchanged paragraphs should be saved 26.272 1 0
5913364 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of selected paragraphs should be saved and should not affect unselected paragraphs 28.333 0 0
5913365 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas paragraph edits can be reverted 30.578 0 0
5913366 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas revert confirmation will not show if nothing changed 29.118 0 0
5913367 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas clicking edit should automatically focus the text editor 26.745 0 0
5913368 TwoColConflict editable areas 184280 chrome.90_0_4430_212.linux.TwoColConflict editable areas saving an editor with no changes will preserve the highlight portions 26.523 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 6307.982ms