fix quickdapp e2e test

pull/5222/head
drafish 7 months ago committed by yann300
parent 3c75ada75c
commit a3e0ef07ce
  1. 2
      apps/remix-ide-e2e/src/tests/quickDapp.test.ts

@ -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');

Loading…
Cancel
Save