home / tests

testcases

13 rows where testsuite_id = 170168

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5289562 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas has edit buttons that toggle visibility depending on the side selection 28.894 0 0
5289563 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas will not begin editing if the columns are clicked as long as nothing is selected 31.698 0 0
5289564 TwoColConflict editable areas 170168 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 28.569 0 0
5289565 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas will begin editing if the column that is selected is clicked 24.524 0 0
5289566 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of conflict paragraphs by clicking the activated edit button 26.252 0 0
5289567 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas allows editing of unchanged paragraphs by clicking the activated edit button 24.824 0 0
5289568 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas certain edit specific buttons should not be visible at first 24.946 0 0
5289569 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of unchanged paragraphs should be saved 25.189 0 0
5289570 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas edits of selected paragraphs should be saved and should not affect unselected paragraphs 25.344 0 0
5289571 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas paragraph edits can be reverted 25.7 0 0
5289572 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas revert confirmation will not show if nothing changed 24.72 0 0
5289573 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas clicking edit should automatically focus the text editor 24.821 0 0
5289574 TwoColConflict editable areas 170168 chrome.90_0_4430_212.linux.TwoColConflict editable areas saving an editor with no changes will preserve the highlight portions 26.169 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 8218.615ms