Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(SingleView): Remove page #20

Merged
merged 3 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions e2e/fixtures/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import { AdHocViewPage } from './pages/AdHocViewPage';
import { ComparisonDiffViewPage } from './pages/ComparisonDiffViewPage';
import { ComparisonViewPage } from './pages/ComparisonViewPage';
import { SettingsPage } from './pages/SettingsPage';
import { SingleViewPage } from './pages/SingleViewPage';

type Fixtures = {
toolbar: Toolbar;
singleViewPage: SingleViewPage;
comparisonViewPage: ComparisonViewPage;
comparisonDiffViewPage: ComparisonDiffViewPage;
adHocViewPage: AdHocViewPage;
Expand Down Expand Up @@ -43,12 +41,6 @@ export const test = base.extend<Options & Fixtures>({
toolbar: async ({ page }, use) => {
await use(new Toolbar(page));
},
singleViewPage: async ({ page, failOnUncaughtExceptions }, use) => {
await withExceptionsAssertion(
{ page, failOnUncaughtExceptions, use },
new SingleViewPage(page, DEFAULT_URL_PARAMS)
);
},
comparisonViewPage: async ({ page, failOnUncaughtExceptions }, use) => {
await withExceptionsAssertion(
{ page, failOnUncaughtExceptions, use },
Expand Down
43 changes: 0 additions & 43 deletions e2e/fixtures/pages/SingleViewPage.ts

This file was deleted.

83 changes: 0 additions & 83 deletions e2e/tests/single-view/single-view-github.spec.ts

This file was deleted.

Binary file not shown.
20 changes: 0 additions & 20 deletions e2e/tests/single-view/single-view-query-analysis.spec.ts

This file was deleted.

206 changes: 0 additions & 206 deletions e2e/tests/single-view/single-view.spec.ts

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading