Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864323
D18045.id53848.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D18045.id53848.diff
View Options
diff --git a/cashtab/package-lock.json b/cashtab/package-lock.json
--- a/cashtab/package-lock.json
+++ b/cashtab/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cashtab",
- "version": "3.20.7",
+ "version": "3.20.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cashtab",
- "version": "3.20.7",
+ "version": "3.20.8",
"dependencies": {
"@zxing/browser": "^0.1.4",
"bignumber.js": "^9.1.2",
diff --git a/cashtab/package.json b/cashtab/package.json
--- a/cashtab/package.json
+++ b/cashtab/package.json
@@ -1,6 +1,6 @@
{
"name": "cashtab",
- "version": "3.20.7",
+ "version": "3.20.8",
"private": true,
"scripts": {
"start": "node scripts/start.js",
diff --git a/cashtab/src/components/Etokens/__tests__/TokenActions.test.js b/cashtab/src/components/Etokens/__tests__/TokenActions.test.js
--- a/cashtab/src/components/Etokens/__tests__/TokenActions.test.js
+++ b/cashtab/src/components/Etokens/__tests__/TokenActions.test.js
@@ -385,7 +385,7 @@
await userEvent.click(listButton);
// We see expected confirmation modal to list the Token
- expect(screen.getByText('List VSP?')).toBeInTheDocument();
+ expect(await screen.findByText('List VSP?')).toBeInTheDocument();
expect(
screen.getByText('Create the following sell offer?'),
).toBeInTheDocument();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 18:48 (2 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865722
Default Alt Text
D18045.id53848.diff (1 KB)
Attached To
D18045: [Cashtab] Improve performance of flaky test by waiting for async text to appear
Event Timeline
Log In to Comment