diff --git a/e2e/db-controls.spec.js b/e2e/db-controls.spec.js index 4432531..5952e29 100644 --- a/e2e/db-controls.spec.js +++ b/e2e/db-controls.spec.js @@ -23,9 +23,7 @@ for (const name of await readdir(fonts)) { assets.set(`/fonts/${name}`, new URL(name, fonts)); } -function databaseFixture(dialect, theme, filtered) { - const filterClass = - dialect === "yii2" ? "" : ' class="yii-debug-filter-cell"'; +function databaseFixture(theme, filtered) { const rows = ["SELECT", "SELECT", "SELECT", "UPDATE"] .map( (verb, index) => ` @@ -59,11 +57,11 @@ function databaseFixture(dialect, theme, filtered) {
| Type | Time | Duration | Rows | Dup | Query |
|---|---|---|---|---|---|