We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c91834 commit 06de5f2Copy full SHA for 06de5f2
test/visreg/visreg.ts
@@ -35,11 +35,6 @@ export function suite(browserName: string) {
35
await snap("{browserName}/nav/guides", $(util.selectors.nav));
36
});
37
38
- test("nav/styleguide", async () => {
39
- await util.$x(driver, "//nav//hx-disclosure", "Styleguide").click()
40
- await snap("{browserName}/nav/styleguide", $(util.selectors.nav));
41
- });
42
-
43
test("nav/components", async () => {
44
await util.$x(driver, "//nav//hx-disclosure", "Components").click();
45
await snap("{browserName}/nav/components", $(util.selectors.nav));
0 commit comments