Skip to content

Commit

Permalink
leave the specs as they were before (changed for ci testing purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed May 21, 2024
1 parent df8d21e commit 5029d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/e2e/tests/signature/eth-sign.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {
const FixtureBuilder = require('../../fixture-builder');

describe('Eth sign', function () {
it('CHANGED TO TEST CI -will detect if eth_sign is disabled', async function () {
it('will detect if eth_sign is disabled', async function () {
await withFixtures(
{
dapp: true,
Expand All @@ -25,7 +25,7 @@ describe('Eth sign', function () {
await unlockWallet(driver);

await openDapp(driver);
await driver.clickElement('#BAD-ID-TO-FAIL-ON-PURPOSE');
await driver.clickElement('#ethSign');

await driver.delay(1000);
const ethSignButton = await driver.findElement('#ethSign');
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/signature/personal-sign.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {
const FixtureBuilder = require('../../fixture-builder');

describe('Personal sign', function () {
it('CHANGED TO TEST CI -can initiate and confirm a personal sign', async function () {
it('can initiate and confirm a personal sign', async function () {
await withFixtures(
{
dapp: true,
Expand Down

0 comments on commit 5029d49

Please sign in to comment.