(fix) failing test

pull/2071/head
Gabriel Rodriguez Alsina 6 years ago
parent 068030fca9
commit 3368c82591
  1. 2
      apps/block_scout_web/test/block_scout_web/features/pages/contract_verify_page.ex

@ -18,7 +18,7 @@ defmodule BlockScoutWeb.ContractVerifyPage do
}) do
session
|> fill_in(css("[data-test='contract_name']"), with: contract_name)
|> fill_in(text_field("Enter the Solidity Contract Code below"), with: source_code)
|> fill_in(text_field("Enter the Solidity Contract Code"), with: source_code)
case version do
nil -> nil

Loading…
Cancel
Save