1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-29 23:02:49 -05:00

Add photo rail test

This commit is contained in:
Zed
2020-06-07 07:56:28 +02:00
parent 47c87f7068
commit 34dd02df1b
3 changed files with 18 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ class Timeline(object):
end = '.timeline-end'
none = '.timeline-none'
protected = '.timeline-protected'
photo_rail = '.photo-rail-grid'
class Conversation(object):