Skip to content

Commit

Permalink
Couple more
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Mar 11, 2021
1 parent 1de55dd commit 0bce217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ui/messages/errors/fatalError.stories.js
Expand Up @@ -36,7 +36,7 @@ const context = {
number: 1400,
webUrl: 'https://www.chromatic.com/build?appId=5d67dc0374b2e300209c41e7&number=1400',
},
isolatorUrl: 'https://pfkaemtlit.tunnel.chromatic.com/iframe.html',
isolatorUrl: 'https://pfkaemtlit.tunnel.chromaticqa.com/iframe.html',
cachedUrl: 'https://5d67dc0374b2e300209c41e7-pfkaemtlit.chromatic.com/iframe.html',
};

Expand Down
2 changes: 1 addition & 1 deletion bin/ui/tasks/tunnel.stories.js
Expand Up @@ -7,7 +7,7 @@ export default {
};

const CHROMATIC_TUNNEL_URL = 'https://tunnel.chromaticqa.com';
const cachedUrl = 'https://fdeulpymiq.tunnel.chromatic.com/iframe.html';
const cachedUrl = 'https://fdeulpymiq.tunnel.chromaticqa.com/iframe.html';

export const Initial = () => initial;

Expand Down
2 changes: 1 addition & 1 deletion stories/timing.stories-disabled.js
Expand Up @@ -6,7 +6,7 @@ import React, { useState } from 'react';

// Some stories to test out timing code. Disabled by default
// These stories are available at (e.g.)
// http://vmdbnybkvx.tunnel.staging-chromatic.com/iframe.html?id=timing--5s
// http://vmdbnybkvx.staging-tunnel.chromaticqa.com/iframe.html?id=timing--5s

// A component that guarantees the load event won't load for timeout seconds
// Note that the img loading tends to take a litle longer so this is a minimum
Expand Down

0 comments on commit 0bce217

Please sign in to comment.