remove skips

these tests were being skiped because of problems with asyncload
those problems were fixed with the update to use redux with the async
pull/1169/head
Gustavo Santos Ferreira 6 years ago
parent 9d620f2530
commit bbe5f0ac72
  1. 3
      apps/block_scout_web/test/block_scout_web/features/viewing_addresses_test.exs
  2. 1
      apps/block_scout_web/test/block_scout_web/features/viewing_tokens_test.exs

@ -184,7 +184,6 @@ defmodule BlockScoutWeb.ViewingAddressesTest do
{:ok, %{internal_transaction_lincoln_to_address: internal_transaction_lincoln_to_address}} {:ok, %{internal_transaction_lincoln_to_address: internal_transaction_lincoln_to_address}}
end end
@tag :skip
test "only addresses not matching the page are links", %{ test "only addresses not matching the page are links", %{
addresses: addresses, addresses: addresses,
internal_transaction_lincoln_to_address: internal_transaction, internal_transaction_lincoln_to_address: internal_transaction,
@ -197,7 +196,6 @@ defmodule BlockScoutWeb.ViewingAddressesTest do
|> refute_has(AddressPage.internal_transaction_address_link(internal_transaction, :to)) |> refute_has(AddressPage.internal_transaction_address_link(internal_transaction, :to))
end end
@tag :skip
test "viewing new internal transactions via live update", %{addresses: addresses, session: session} do test "viewing new internal transactions via live update", %{addresses: addresses, session: session} do
transaction = transaction =
:transaction :transaction
@ -364,7 +362,6 @@ defmodule BlockScoutWeb.ViewingAddressesTest do
end end
describe "viewing token transfers from a specific token" do describe "viewing token transfers from a specific token" do
@tag :skip
test "list token transfers related to the address", %{ test "list token transfers related to the address", %{
addresses: addresses, addresses: addresses,
block: block, block: block,

@ -4,7 +4,6 @@ defmodule BlockScoutWeb.ViewingTokensTest do
alias BlockScoutWeb.TokenPage alias BlockScoutWeb.TokenPage
describe "viewing token holders" do describe "viewing token holders" do
@tag :skip
test "list the token holders", %{session: session} do test "list the token holders", %{session: session} do
token = insert(:token) token = insert(:token)

Loading…
Cancel
Save