Skip to content

Commit

Permalink
Chore: Updated Screenshots.
Browse files Browse the repository at this point in the history
Added correct import to tests
  • Loading branch information
pascalwilbrink committed Aug 16, 2023
1 parent df2897b commit eab1e55
Show file tree
Hide file tree
Showing 74 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion editing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ import {
Update,
} from './foundation.js';

import { OpenSCD } from './open-scd.js';
import './open-scd.js';

import type { OpenSCD } from './open-scd.js';

export namespace util {
export const xmlAttributeName =
Expand Down
4 changes: 3 additions & 1 deletion plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import { expect, fixture } from '@open-wc/testing';

import { html } from 'lit';

import { OpenSCD } from './open-scd.js';
import './open-scd.js';

import type { OpenSCD } from './open-scd.js';

describe('Plugging Element', () => {
let editor: OpenSCD;
Expand Down
Binary file modified screenshots/Chromium/baseline/app-bar-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/app-bar-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/document-name-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/document-name-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/editor-plugins-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/editor-plugins-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/editor-plugins-selected-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/editor-plugins-selected-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/editor-plugins-with-doc-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/editor-plugins-with-doc-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-entries-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-entries-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-entries-redone-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-entries-redone-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-entries-undone-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-entries-undone-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-screen-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/log-screen-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/menu-drawer-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/menu-drawer-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/menu-plugins-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/menu-plugins-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/menu-plugins-triggered-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Chromium/baseline/menu-plugins-triggered-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Firefox/baseline/app-bar-de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/Firefox/baseline/app-bar-en.png
Binary file modified screenshots/Firefox/baseline/document-name-de.png
Binary file modified screenshots/Firefox/baseline/document-name-en.png
Binary file modified screenshots/Firefox/baseline/editor-plugins-de.png
Binary file modified screenshots/Firefox/baseline/editor-plugins-en.png
Binary file modified screenshots/Firefox/baseline/editor-plugins-selected-de.png
Binary file modified screenshots/Firefox/baseline/editor-plugins-selected-en.png
Binary file modified screenshots/Firefox/baseline/editor-plugins-with-doc-de.png
Binary file modified screenshots/Firefox/baseline/editor-plugins-with-doc-en.png
Binary file modified screenshots/Firefox/baseline/log-entries-de.png
Binary file modified screenshots/Firefox/baseline/log-entries-en.png
Binary file modified screenshots/Firefox/baseline/log-entries-redone-de.png
Binary file modified screenshots/Firefox/baseline/log-entries-redone-en.png
Binary file modified screenshots/Firefox/baseline/log-entries-undone-de.png
Binary file modified screenshots/Firefox/baseline/log-entries-undone-en.png
Binary file modified screenshots/Firefox/baseline/log-screen-de.png
Binary file modified screenshots/Firefox/baseline/log-screen-en.png
Binary file modified screenshots/Firefox/baseline/menu-drawer-de.png
Binary file modified screenshots/Firefox/baseline/menu-drawer-en.png
Binary file modified screenshots/Firefox/baseline/menu-plugins-de.png
Binary file modified screenshots/Firefox/baseline/menu-plugins-en.png
Binary file modified screenshots/Firefox/baseline/menu-plugins-triggered-de.png
Binary file modified screenshots/Firefox/baseline/menu-plugins-triggered-en.png
Binary file modified screenshots/Webkit/baseline/app-bar-de.png
Binary file modified screenshots/Webkit/baseline/app-bar-en.png
Binary file modified screenshots/Webkit/baseline/document-name-de.png
Binary file modified screenshots/Webkit/baseline/document-name-en.png
Binary file modified screenshots/Webkit/baseline/editor-plugins-de.png
Binary file modified screenshots/Webkit/baseline/editor-plugins-en.png
Binary file modified screenshots/Webkit/baseline/editor-plugins-selected-de.png
Binary file modified screenshots/Webkit/baseline/editor-plugins-selected-en.png
Binary file modified screenshots/Webkit/baseline/editor-plugins-with-doc-de.png
Binary file modified screenshots/Webkit/baseline/editor-plugins-with-doc-en.png
Binary file modified screenshots/Webkit/baseline/log-entries-de.png
Binary file modified screenshots/Webkit/baseline/log-entries-en.png
Binary file modified screenshots/Webkit/baseline/log-entries-redone-de.png
Binary file modified screenshots/Webkit/baseline/log-entries-redone-en.png
Binary file modified screenshots/Webkit/baseline/log-entries-undone-de.png
Binary file modified screenshots/Webkit/baseline/log-entries-undone-en.png
Binary file modified screenshots/Webkit/baseline/log-screen-de.png
Binary file modified screenshots/Webkit/baseline/log-screen-en.png
Binary file modified screenshots/Webkit/baseline/menu-drawer-de.png
Binary file modified screenshots/Webkit/baseline/menu-drawer-en.png
Binary file modified screenshots/Webkit/baseline/menu-plugins-de.png
Binary file modified screenshots/Webkit/baseline/menu-plugins-en.png
Binary file modified screenshots/Webkit/baseline/menu-plugins-triggered-de.png
Binary file modified screenshots/Webkit/baseline/menu-plugins-triggered-en.png

0 comments on commit eab1e55

Please sign in to comment.