-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ev/iss629 streams #639
Ev/iss629 streams #639
Conversation
✅ Deploy Preview for drips-app-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one tiny lil thing
@@ -168,7 +168,6 @@ describe('app', async () => { | |||
it('displays the original users outgoing stream on their profile', async () => { | |||
await page.goto('http://127.0.0.1:3000/app/0x433220a86126eFe2b8C98a723E73eBAd2D0CbaDc'); | |||
|
|||
await expect(page.locator('text=↑ Outgoing')).toHaveCount(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this kinda removes the entire check that this new stream is being interpreted by the streams store as outgoing, rather than incoming. 😬 Would be good to keep that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe just check that neither "incoming" or "outgoing" appear at this point. that should do it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 3f2ed36, I check for "From" and "Total streamed" since outgoing/incoming = 0 would be true in any situation without both stream types present
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
g2g?
… mode style: layout incoming streams section first, only show incoming/outgoing headers if both types are present
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
streams section of #629
@efstajas, I can't assign brandon to review PRs?