mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 02:43:04 +01:00
increase delay
This commit is contained in:
parent
6ccdd88874
commit
ab8f5345f6
@ -304,7 +304,7 @@ export default {
|
|||||||
parameters: {
|
parameters: {
|
||||||
// Chromatic has been reporting diffs on these stories where the item rows are not all fully loaded.
|
// Chromatic has been reporting diffs on these stories where the item rows are not all fully loaded.
|
||||||
// Trying this out to test the theory that it's taking a screenshot too quickly.
|
// Trying this out to test the theory that it's taking a screenshot too quickly.
|
||||||
chromatic: { delay: 1000 },
|
chromatic: { delay: 3000 },
|
||||||
},
|
},
|
||||||
decorators: [
|
decorators: [
|
||||||
moduleMetadata({
|
moduleMetadata({
|
||||||
|
Loading…
Reference in New Issue
Block a user