Hi Everyone,
Just having a quick problem that probably is due to lack of XPath knowledge.
This works: $this->assertQueryContentContains("#message", "default");
This does not work: $this->assertXpathContentContains("id('message')",
"default");
Any thoughts?
Aaron
