Skip to content

Commit

Permalink
chore(snapshots): Fix paths with new id and change of naming (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq authored Feb 19, 2024
1 parent 5d37aa2 commit 322167e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('Header', () => {
it('default', () => {
cy.visit('/iframe.html?id=internet-header-header-component--default');
cy.visit('/iframe.html?id=ebb11274-091b-4cb7-9a3f-3e0451c9a865--default');
cy.get('swisspost-internet-header.hydrated', { timeout: 30000 }).should('be.visible');
cy.percySnapshot('Header', { widths: [1440] });
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const BASEURL = '/iframe.html?id=snapshots--input';
const types = ['text', 'password', 'date', 'datetime-local', 'month', 'week', 'time'];
const types = ['text', 'password', 'date', 'datetimelocal', 'month', 'week', 'time'];

describe('Input', () => {
describe('types', () => {
Expand Down

0 comments on commit 322167e

Please sign in to comment.