← Back to team overview

mahara-contributors team mailing list archive

[Bug 1953277] [NEW] Behat: And I follow "Home" - Nested folders images

 

Public bug reported:

In the user_content/nested_folders_images.feature test I consistently
fail on the following step.

> And I follow "Home"

Adding a breakpoint step and running with the following I am able to see
that Home is indeed not visible.

> ./mahara_behat.sh rundebug user_content/nested_folders_images.feature

Adding the following just before the failing step resolved this for me.

> And I scroll to the base of id "files_filebrowser_foldernav"

There are 2 places the failing step appears.  Check lines 32 and 54.

** Affects: mahara
     Importance: Undecided
         Status: New


** Tags: behat-test bite-sized

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1953277

Title:
  Behat: And I follow "Home" - Nested folders images

Status in Mahara:
  New

Bug description:
  In the user_content/nested_folders_images.feature test I consistently
  fail on the following step.

  > And I follow "Home"

  Adding a breakpoint step and running with the following I am able to
  see that Home is indeed not visible.

  > ./mahara_behat.sh rundebug
  user_content/nested_folders_images.feature

  Adding the following just before the failing step resolved this for
  me.

  > And I scroll to the base of id "files_filebrowser_foldernav"

  There are 2 places the failing step appears.  Check lines 32 and 54.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1953277/+subscriptions



Follow ups