|
|
|
@ -166,7 +166,7 @@ const tests = { |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewDiv0"]', 20000) |
|
|
|
|
.assert.containsText('*[data-id="treeViewDiv0"]', 'uint256: 11') |
|
|
|
|
.perform((done) => { |
|
|
|
|
axios.get(`https://${surgeSubdomain}.surge.sh/logo.png?t=${new Date().getTime()}`, { responseType: 'arraybuffer' }).then((resp) => { |
|
|
|
|
axios.get(`https://${surgeSubdomain}.surge.sh/assets/logo.png?t=${new Date().getTime()}`, { responseType: 'arraybuffer' }).then((resp) => { |
|
|
|
|
const hash = crypto.createHash('sha256'); |
|
|
|
|
hash.update(resp.data); |
|
|
|
|
const hashValue = hash.digest('hex'); |
|
|
|
|