home / tests

testcases

14 rows where testsuite_id = 4973

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1420096 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch inserts advanced search icon elements 1.391 0 0
1420097 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch inserts content in icon popups 3.267 0 0
1420098 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch submits the search taking into consideration all entered criteria 4.662 0 0
1420099 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch adds the namespace File and dimension fields are visible when searching for files of type image 1.347 0 0
1420100 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch hides dimension fields when searching for files of type audio 1.454 0 0
1420101 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch selects all namespaces when clicking All preset 2.456 0 0
1420102 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch de selects all namespaces when clicking All preset twice 1.334 0 0
1420103 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch unselects All preset when a single namespace is unselected after preset had been clicked 1.445 0 0
1420104 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch automatically selects All preset when selecting all namespaces from the list of all namespaces 6.3 0 0
1420105 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch allows logged in users to remember the selection of namespaces for future searches 11.062 0 0
1420106 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch re adds filetype namespace after search when file type option has been selected but namespace has been removed 3.162 0 0
1420107 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch marks a namespace preset checkbox when all namespaces behind it are present in the namespace search bar 2.556 0 0
1420108 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch adds removes the namespace tag when the namespace option is clicked 1.393 0 0
1420109 AdvancedSearch 4973 chrome.90_0_4430_212.linux.AdvancedSearch changes the namespace filter input icon when menu is toggled 1.227 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 5495.075ms