mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 12:03:34 +08:00
Merge branch 'master' into reply-on-hidden-comment
This commit is contained in:
@@ -19,6 +19,13 @@ machine:
|
||||
# - sudo apt-get install -y mongodb-org
|
||||
# - sudo service mongod restart
|
||||
|
||||
# Force sync the time.
|
||||
- date
|
||||
- sudo service ntp stop
|
||||
- sudo ntpdate -s time.nist.gov
|
||||
- sudo service ntp start
|
||||
- date
|
||||
|
||||
# Install chromium for e2e and remove old google-chrome
|
||||
- sudo rm -rf /opt/google/chrome
|
||||
- sudo rm -f /usr/bin/google-chrome*
|
||||
|
||||
@@ -121,6 +121,9 @@ module.exports = {
|
||||
|
||||
embedStream.goToConfigSection().closeStream();
|
||||
|
||||
// Pause to give time for action to succeed.
|
||||
client.pause(1000);
|
||||
|
||||
embedStream
|
||||
.goToCommentsSection()
|
||||
.waitForElementVisible('@firstComment')
|
||||
|
||||
Reference in New Issue
Block a user