[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2016-11-06 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in "Block title" with "Jabber"  it will fill in the block with 
"TextJabber". 

  Therefore any steps after that are looking for the block title will
  fail, because it says "TextJabber" not "Jabber".

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as "test first
  namedmin" instead of "test first name".

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-10-27 Thread Robert Lyon
** Changed in: mahara/15.04
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in "Block title" with "Jabber"  it will fill in the block with 
"TextJabber". 

  Therefore any steps after that are looking for the block title will
  fail, because it says "TextJabber" not "Jabber".

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as "test first
  namedmin" instead of "test first name".

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-10-23 Thread Aaron Wells
** Changed in: mahara/15.10
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in "Block title" with "Jabber"  it will fill in the block with 
"TextJabber". 

  Therefore any steps after that are looking for the block title will
  fail, because it says "TextJabber" not "Jabber".

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as "test first
  namedmin" instead of "test first name".

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-10-04 Thread Robert Lyon
** Changed in: mahara/15.04
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in "Block title" with "Jabber"  it will fill in the block with 
"TextJabber". 

  Therefore any steps after that are looking for the block title will
  fail, because it says "TextJabber" not "Jabber".

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as "test first
  namedmin" instead of "test first name".

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-09-23 Thread Aaron Wells
** Changed in: mahara/15.10
   Status: In Progress => Fix Committed

** Changed in: mahara/15.04
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in "Block title" with "Jabber"  it will fill in the block with 
"TextJabber". 

  Therefore any steps after that are looking for the block title will
  fail, because it says "TextJabber" not "Jabber".

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as "test first
  namedmin" instead of "test first name".

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-09-07 Thread Son Nguyen
** Changed in: mahara/15.10
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  In Progress
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in "Block title" with "Jabber"  it will fill in the block with 
"TextJabber". 

  Therefore any steps after that are looking for the block title will
  fail, because it says "TextJabber" not "Jabber".

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as "test first
  namedmin" instead of "test first name".

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-09-07 Thread Son Nguyen
This is an issue of selenium driver reported here 
https://github.com/minkphp/MinkSelenium2Driver/issues/188 and 
https://github.com/minkphp/MinkSelenium2Driver/issues/198.
This issue will happen to all 'autofocus' input elements, like

 

I will try to implement a work-around

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in "Block title" with "Jabber"  it will fill in the block with 
"TextJabber". 

  Therefore any steps after that are looking for the block title will
  fail, because it says "TextJabber" not "Jabber".

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as "test first
  namedmin" instead of "test first name".

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in Block title with Jabber  it will fill in the block with 
TextJabber. 

  Therefore any steps after that are looking for the block title will
  fail, because it says TextJabber not Jabber.

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as test first
  namedmin instead of test first name.

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-07-09 Thread Aaron Wells
** Changed in: mahara/15.04
Milestone: 15.04.2 = 15.04.3

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in Block title with Jabber  it will fill in the block with 
TextJabber. 

  Therefore any steps after that are looking for the block title will
  fail, because it says TextJabber not Jabber.

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as test first
  namedmin instead of test first name.

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-04-20 Thread Aaron Wells
** Changed in: mahara
Milestone: 15.04.1 = 15.10.0

** Also affects: mahara/15.10
   Importance: Medium
 Assignee: Son Nguyen (ngson2000)
   Status: Confirmed

** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

** Changed in: mahara/15.04
Milestone: None = 15.04.1

** Changed in: mahara/15.04
   Importance: Undecided = Medium

** Changed in: mahara/15.04
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in Block title with Jabber  it will fill in the block with 
TextJabber. 

  Therefore any steps after that are looking for the block title will
  fail, because it says TextJabber not Jabber.

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as test first
  namedmin instead of test first name.

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-04-16 Thread Robert Lyon
** Changed in: mahara
Milestone: 15.04.0 = 15.04.1

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in Block title with Jabber  it will fill in the block with 
TextJabber. 

  Therefore any steps after that are looking for the block title will
  fail, because it says TextJabber not Jabber.

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as test first
  namedmin instead of test first name.

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-01-08 Thread Kristina Hoeppner
** Changed in: mahara
 Assignee: (unassigned) = Son Nguyen (ngson2000)

** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407847

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in Block title with Jabber  it will fill in the block with 
TextJabber. 

  Therefore any steps after that are looking for the block title will
  fail, because it says TextJabber not Jabber.

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as test first
  namedmin instead of test first name.

  Thanks,
  Jinelle

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp